mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
(PS3) Hopefully fixes Multiman issue
This commit is contained in:
parent
fdcfd3fc71
commit
163a7c2e87
@ -367,6 +367,10 @@ static void get_environment_settings(int argc, char *argv[])
|
||||
{
|
||||
/* launched from external launcher */
|
||||
strncpy(MULTIMAN_EXECUTABLE, argv[2], sizeof(MULTIMAN_EXECUTABLE));
|
||||
SSNES_LOG("Started from multiMAN, auto-game start enabled.\n");
|
||||
|
||||
if(path_file_exists(MULTIMAN_EXECUTABLE) && path_file_exists(argv[1]))
|
||||
g_console.external_launcher_support = EXTERN_LAUNCHER_MULTIMAN;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -375,11 +379,6 @@ static void get_environment_settings(int argc, char *argv[])
|
||||
sizeof(MULTIMAN_EXECUTABLE));
|
||||
}
|
||||
|
||||
if(path_file_exists(MULTIMAN_EXECUTABLE) && (strcmp(argv[1],"") != 0))
|
||||
{
|
||||
g_console.external_launcher_support = EXTERN_LAUNCHER_MULTIMAN;
|
||||
SSNES_LOG("Started from multiMAN, auto-game start enabled.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
g_console.external_launcher_support = EXTERN_LAUNCHER_SALAMANDER;
|
||||
|
Loading…
x
Reference in New Issue
Block a user