mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-11 22:47:27 +00:00
Merge pull request #3144 from FIX94/master
corrected a switch case, makes ngc build (and probably others) boot up again
This commit is contained in:
commit
3afd1c1e07
@ -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