mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Merge pull request #10216 from Tatsuya79/patch-9
don't flush on override/remap messages
This commit is contained in:
commit
1215f4eb59
@ -3438,7 +3438,7 @@ bool config_load_override(void *data)
|
|||||||
* since it will be overwritten by the override when reloading. */
|
* since it will be overwritten by the override when reloading. */
|
||||||
path_set(RARCH_PATH_CORE, buf);
|
path_set(RARCH_PATH_CORE, buf);
|
||||||
runloop_msg_queue_push(msg_hash_to_str(MSG_CONFIG_OVERRIDE_LOADED),
|
runloop_msg_queue_push(msg_hash_to_str(MSG_CONFIG_OVERRIDE_LOADED),
|
||||||
1, 100, true,
|
1, 100, false,
|
||||||
NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
||||||
|
|
||||||
/* Reset save paths. */
|
/* Reset save paths. */
|
||||||
@ -3613,7 +3613,7 @@ bool config_load_remap(const char *directory_input_remapping,
|
|||||||
|
|
||||||
success:
|
success:
|
||||||
runloop_msg_queue_push(msg_hash_to_str(
|
runloop_msg_queue_push(msg_hash_to_str(
|
||||||
MSG_GAME_REMAP_FILE_LOADED), 1, 100, true,
|
MSG_GAME_REMAP_FILE_LOADED), 1, 100, false,
|
||||||
NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
||||||
free(content_path);
|
free(content_path);
|
||||||
free(remap_directory);
|
free(remap_directory);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user