Menu-FN: run games_set after initial init to update the window details.

This commit is contained in:
Marco Cawthorne 2022-05-01 15:57:37 -07:00
parent 594261cf7a
commit 4716615a89
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 0 deletions

View File

@ -840,6 +840,7 @@ games_init(void)
games[id].info_type = GAMEINFO_NONE;
}
#endif
games_set(id);
}
void