From 55950cf00993f2126c05bf18e5e801f1caad52a3 Mon Sep 17 00:00:00 2001 From: meancoot Date: Thu, 26 Dec 2013 15:28:51 -0500 Subject: [PATCH] (Apple) Update content history properly. --- frontend/platform/platform_apple.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/platform/platform_apple.c b/frontend/platform/platform_apple.c index 4009ac6ebc..83e6fc1010 100644 --- a/frontend/platform/platform_apple.c +++ b/frontend/platform/platform_apple.c @@ -71,6 +71,10 @@ int apple_rarch_load_content(int argc, char* argv[]) return 1; 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_ONESHOT;