Style nit

This commit is contained in:
twinaphex 2015-09-18 07:59:59 +02:00
parent 5107c96009
commit 2bde8ab07c

View File

@ -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: