From 80b8410b0fed3745df67dd42992ad6d59a11be6b Mon Sep 17 00:00:00 2001 From: Dwedit Date: Sat, 31 Mar 2018 12:15:14 -0500 Subject: [PATCH] Forgot to initialize controller port map, this caused VBA-M to crash when creating the secondary core. Now fixed. --- core_impl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core_impl.c b/core_impl.c index 5acc659943..7c2585a0c2 100644 --- a/core_impl.c +++ b/core_impl.c @@ -292,6 +292,7 @@ bool core_load_game(retro_ctx_load_content_info_t *load_info) #ifdef HAVE_RUNAHEAD set_load_content_info(load_info); + clear_controller_port_map(); #endif content_get_status(&contentless, &is_inited);