mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +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? */
|
||||
switch (mode)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
case CONTENT_MODE_LOAD_NOTHING_WITH_NEW_CORE_FROM_MENU:
|
||||
if (!frontend_driver_set_fork(FRONTEND_FORK_CORE))
|
||||
return false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user