mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Forgot to initialize controller port map, this caused VBA-M to crash when creating the secondary core. Now fixed.
This commit is contained in:
parent
6b77a66298
commit
80b8410b0f
@ -292,6 +292,7 @@ bool core_load_game(retro_ctx_load_content_info_t *load_info)
|
|||||||
|
|
||||||
#ifdef HAVE_RUNAHEAD
|
#ifdef HAVE_RUNAHEAD
|
||||||
set_load_content_info(load_info);
|
set_load_content_info(load_info);
|
||||||
|
clear_controller_port_map();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
content_get_status(&contentless, &is_inited);
|
content_get_status(&contentless, &is_inited);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user