mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Refactor load_menu_game_prepare_dummy
This commit is contained in:
parent
8f14eaf0a8
commit
dc1b7a14e5
@ -208,11 +208,10 @@ static void menu_update_libretro_info(menu_handle_t *menu)
|
||||
|
||||
void load_menu_game_prepare_dummy(void)
|
||||
{
|
||||
if (!driver.menu)
|
||||
return;
|
||||
|
||||
// Starts dummy core.
|
||||
*g_extern.fullpath = '\0';
|
||||
|
||||
if (driver.menu)
|
||||
driver.menu->load_no_rom = false;
|
||||
|
||||
g_extern.lifecycle_state |= (1ULL << MODE_LOAD_GAME);
|
||||
|
Loading…
x
Reference in New Issue
Block a user