Forgot to initialize controller port map, this caused VBA-M to crash when creating the secondary core. Now fixed.

This commit is contained in:
Dwedit 2018-03-31 12:15:14 -05:00
parent 6b77a66298
commit 80b8410b0f

View File

@ -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);