From 2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 14 Mar 2022 19:36:33 +0100 Subject: Moved max texture size to GameWinDX9 --- Stars45/Game.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Stars45/Game.h') 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; -- cgit v1.1