mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
Clear out load_no_rom after rom load.
This commit is contained in:
parent
f3cd25ebb7
commit
175e657071
@ -469,6 +469,8 @@ bool load_menu_game(void)
|
|||||||
RARCH_ERR("rarch_main_init_wrap() failed.\n");
|
RARCH_ERR("rarch_main_init_wrap() failed.\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rgui->load_no_rom = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void menu_init(void)
|
void menu_init(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user