Merge pull request #6504 from Dwedit/secondary_core_bug_fix

Fixed initializing controller port map.
This commit is contained in:
Twinaphex 2018-03-31 21:09:02 +02:00 committed by GitHub
commit 28b9a38d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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