(Xbox 1 Salamander) Fixed Salamander pathname

This commit is contained in:
Twinaphex 2012-08-10 05:28:11 +02:00
parent 6d87a1ab9f
commit 82b3edfe86

View File

@ -162,7 +162,7 @@ static void get_environment_settings (void)
strlcpy(default_paths.salamander_file, "RetroArch-Salamander.xex", sizeof(default_paths.salamander_file));
#elif defined(_XBOX1)
strlcpy(SYS_CONFIG_FILE, "D:\\retroarch.cfg", sizeof(SYS_CONFIG_FILE));
strlcpy(default_paths.salamander_file, "RetroArch-Salamander.xbe", sizeof(default_paths.salamander_file));
strlcpy(default_paths.salamander_file, "default.xbe", sizeof(default_paths.salamander_file));
#endif
}