Improve unsupported FPS options and performance

This commit is contained in:
Cameron Gutman
2018-09-08 15:09:46 -07:00
parent 64a08f0533
commit c9a7c15f98
7 changed files with 110 additions and 65 deletions
+3
View File
@@ -10,4 +10,7 @@ public:
static
bool getRealDesktopMode(int displayIndex, SDL_DisplayMode* mode);
static
int getDisplayRefreshRate(SDL_Window* window);
};