This commit is contained in:
twinaphex 2017-01-25 16:13:39 +01:00
parent c21fd538a9
commit 84cb05d4de

View File

@ -1455,7 +1455,7 @@ static void command_event_restore_default_shader_preset(void)
static bool command_event_save_auto_state(void)
{
char savestate_name_auto[PATH_MAX_LENGTH] = {0};
bool ret = false;;
bool ret = false;
bool contentless = false;
bool is_inited = false;
settings_t *settings = config_get_ptr();