mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
corrected a switch case, makes ngc build (and probably others) boot up again
This commit is contained in:
parent
55f2019517
commit
3f7ca00e6d
@ -1842,11 +1842,12 @@ bool task_push_content_load_default(
|
|||||||
/* Fork core? */
|
/* Fork core? */
|
||||||
switch (mode)
|
switch (mode)
|
||||||
{
|
{
|
||||||
case 0:
|
case CONTENT_MODE_LOAD_NOTHING_WITH_NEW_CORE_FROM_MENU:
|
||||||
default:
|
|
||||||
if (!frontend_driver_set_fork(FRONTEND_FORK_CORE))
|
if (!frontend_driver_set_fork(FRONTEND_FORK_CORE))
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user