From 5f3453bc38de2dfc8c48c5e99d43576c8b77fcc8 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Sat, 3 Mar 2012 12:31:51 +0100 Subject: [PATCH] (PS3) Another commit for multiMAN compatibility --- ps3/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps3/main.c b/ps3/main.c index e8d34b0b99..57f8cc018f 100644 --- a/ps3/main.c +++ b/ps3/main.c @@ -579,11 +579,11 @@ int main(int argc, char *argv[]) oskutil_init(&g_console.oskutil_handle, 0); menu_init(); - g_console.mode_switch = MODE_MENU; switch(g_console.external_launcher_support) { case EXTERN_LAUNCHER_SALAMANDER: + g_console.mode_switch = MODE_MENU; break; case EXTERN_LAUNCHER_MULTIMAN: SSNES_LOG("Started from multiMAN, will auto-start game.\n");