diff options
author | Aki <please@ignore.pl> | 2022-03-14 19:36:33 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-14 19:36:33 +0100 |
commit | 2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4 (patch) | |
tree | a1e7873c9086e5d1f4be8092d775e6127f5c388c /Stars45/Game.h | |
parent | 92f7c58068c6a7bfe0b32af5c1ace6bdde2f3951 (diff) | |
download | starshatter-2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4.zip starshatter-2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4.tar.gz starshatter-2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4.tar.bz2 |
Moved max texture size to GameWinDX9
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r-- | Stars45/Game.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h index b42af06..49edb37 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -69,11 +69,8 @@ public: static Game* GetInstance(); bool DisplayModeSupported(int w, int h, int bpp); - int MaxTexSize(); - int MaxTexAspect(); int GammaLevel(); void SetGammaLevel(int g); - void SetMaxTexSize(int n); Clock* GetClock(); DWORD Frame(); @@ -122,7 +119,6 @@ protected: SoundCard* soundcard; Screen* screen; int gamma; - int max_tex_size; RenderStats stats; DWORD totaltime; |