mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-27 12:05:43 +00:00
Merge pull request #5473 from chinhodado/patch-1
remove a redundant check
This commit is contained in:
commit
96a19ea982
@ -3402,7 +3402,7 @@ void __KernelReturnFromMipsCall()
|
||||
{
|
||||
if (call->cbId > 0)
|
||||
{
|
||||
if (waitTypeFuncs[cur->nt.waitType].endFunc != NULL && call->cbId > 0)
|
||||
if (waitTypeFuncs[cur->nt.waitType].endFunc != NULL)
|
||||
waitTypeFuncs[cur->nt.waitType].endFunc(cur->GetUID(), cur->currentCallbackId);
|
||||
else
|
||||
ERROR_LOG_REPORT(HLE, "Missing begin/restore funcs for wait type %d", cur->nt.waitType);
|
||||
|
Loading…
x
Reference in New Issue
Block a user