mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
fixed a case in sceKernelCreateEventFlag (found in Super Meat boy)
This commit is contained in:
parent
3d749bc904
commit
3320156a27
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ int PS4_SYSV_ABI sceKernelCreateEventFlag(OrbisKernelEventFlag* ef, const char*
|
||||||
case 0x20:
|
case 0x20:
|
||||||
thread_mode = EventFlagInternal::ThreadMode::Multi;
|
thread_mode = EventFlagInternal::ThreadMode::Multi;
|
||||||
break;
|
break;
|
||||||
|
case 0x00:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue