mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Style nit
This commit is contained in:
parent
5107c96009
commit
2bde8ab07c
@ -554,6 +554,9 @@ static int generic_action_ok(const char *path,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case ACTION_OK_LOAD_CONFIG_FILE:
|
case ACTION_OK_LOAD_CONFIG_FILE:
|
||||||
|
flush_char = NULL;
|
||||||
|
flush_type = MENU_SETTINGS;
|
||||||
|
|
||||||
disp->msg_force = true;
|
disp->msg_force = true;
|
||||||
|
|
||||||
if (rarch_replace_config(action_path))
|
if (rarch_replace_config(action_path))
|
||||||
@ -561,8 +564,6 @@ static int generic_action_ok(const char *path,
|
|||||||
menu_navigation_clear(nav, false);
|
menu_navigation_clear(nav, false);
|
||||||
ret = -1;
|
ret = -1;
|
||||||
}
|
}
|
||||||
flush_char = NULL;
|
|
||||||
flush_type = MENU_SETTINGS;
|
|
||||||
break;
|
break;
|
||||||
#ifdef HAVE_SHADER_MANAGER
|
#ifdef HAVE_SHADER_MANAGER
|
||||||
case ACTION_OK_LOAD_PRESET:
|
case ACTION_OK_LOAD_PRESET:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user