not sure why I was initing settings so late
This commit is contained in:
parent
e0a6a9f5ee
commit
34a0fd46f1
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue