not sure why I was initing settings so late

This commit is contained in:
Shaun Inman 2023-03-09 21:44:35 -05:00
parent e0a6a9f5ee
commit 34a0fd46f1
2 changed files with 6 additions and 2 deletions

View file

@ -1160,10 +1160,10 @@ int main (int argc, char *argv[]) {
if (autoResume()) return 0; // nothing to do
LOG_info("MinUI\n");
InitSettings();
SDL_Surface* screen = GFX_init(MODE_MAIN);
POW_init();
InitSettings();
PAD_reset();
SDL_Surface* version = NULL;