mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
(Apple) Update content history properly.
This commit is contained in:
parent
1e52ee2f0f
commit
55950cf009
@ -71,6 +71,10 @@ int apple_rarch_load_content(int argc, char* argv[])
|
|||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
menu_init();
|
menu_init();
|
||||||
|
|
||||||
|
if (!g_extern.libretro_dummy)
|
||||||
|
menu_rom_history_push_current();
|
||||||
|
|
||||||
g_extern.lifecycle_state |= 1ULL << MODE_GAME;
|
g_extern.lifecycle_state |= 1ULL << MODE_GAME;
|
||||||
g_extern.lifecycle_state |= 1ULL << MODE_GAME_ONESHOT;
|
g_extern.lifecycle_state |= 1ULL << MODE_GAME_ONESHOT;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user