(XDK) Same for Salamander XDK

This commit is contained in:
Twinaphex 2012-09-01 06:59:38 +02:00
parent 1b9c554690
commit d4754f4c6c

View File

@ -100,7 +100,7 @@ static void init_settings(void)
snprintf(libretro_path, sizeof(libretro_path), tmp_str);
}
if(!config_file_exists || strcmp(libretro_path, "") == 0)
if(!config_file_exists || !strcmp(libretro_path, ""))
{
find_and_set_first_file();
}
@ -214,4 +214,4 @@ int main(int argc, char *argv[])
rarch_console_exec(libretro_path);
return 1;
}
}