Refactor startup to load config before calling Screen::init

This commit is contained in:
Ethan Lee
2020-07-08 14:30:57 -04:00
parent f8bb8cde32
commit d3f9a36941
5 changed files with 83 additions and 71 deletions

View File

@@ -125,7 +125,7 @@ public:
void unlocknum(int t);
void loadstats();
void loadstats(int *width, int *height, bool *vsync);
void savestats();