platform sdl, add config file option for fullscreen

This commit is contained in:
kub 2022-02-22 20:40:34 +00:00
parent bd9cbae411
commit 74bd70403b
5 changed files with 7 additions and 6 deletions

View file

@ -84,12 +84,12 @@ int main(int argc, char *argv[])
//in_probe();
plat_target_init();
plat_init();
menu_init();
emu_prep_defconfig(); // depends on input
emu_read_config(NULL, 0);
plat_init();
menu_init();
emu_init();
engineState = PGS_Menu;