mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Remove 'Core Remap File Loaded' message - happens too early - before
menu widgets have been initialized
This commit is contained in:
parent
68e91e3121
commit
34c5d2ef07
@ -3500,9 +3500,6 @@ bool config_load_remap(void)
|
|||||||
RARCH_LOG("[Remaps]: core-specific remap found at %s.\n", core_path);
|
RARCH_LOG("[Remaps]: core-specific remap found at %s.\n", core_path);
|
||||||
if (input_remapping_load_file(new_conf, core_path))
|
if (input_remapping_load_file(new_conf, core_path))
|
||||||
{
|
{
|
||||||
runloop_msg_queue_push(
|
|
||||||
msg_hash_to_str(MSG_CORE_REMAP_FILE_LOADED), 1, 100, true,
|
|
||||||
NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
|
||||||
rarch_ctl(RARCH_CTL_SET_REMAPS_CORE_ACTIVE, NULL);
|
rarch_ctl(RARCH_CTL_SET_REMAPS_CORE_ACTIVE, NULL);
|
||||||
goto success;
|
goto success;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user