(PS3) Another commit for multiMAN compatibility
This commit is contained in:
parent
d8720ab9d8
commit
5f3453bc38
|
@ -579,11 +579,11 @@ int main(int argc, char *argv[])
|
||||||
oskutil_init(&g_console.oskutil_handle, 0);
|
oskutil_init(&g_console.oskutil_handle, 0);
|
||||||
|
|
||||||
menu_init();
|
menu_init();
|
||||||
g_console.mode_switch = MODE_MENU;
|
|
||||||
|
|
||||||
switch(g_console.external_launcher_support)
|
switch(g_console.external_launcher_support)
|
||||||
{
|
{
|
||||||
case EXTERN_LAUNCHER_SALAMANDER:
|
case EXTERN_LAUNCHER_SALAMANDER:
|
||||||
|
g_console.mode_switch = MODE_MENU;
|
||||||
break;
|
break;
|
||||||
case EXTERN_LAUNCHER_MULTIMAN:
|
case EXTERN_LAUNCHER_MULTIMAN:
|
||||||
SSNES_LOG("Started from multiMAN, will auto-start game.\n");
|
SSNES_LOG("Started from multiMAN, will auto-start game.\n");
|
||||||
|
|
Loading…
Reference in New Issue