mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Eat a few cycles when checking callbacks.
Some games really spam this function.
This commit is contained in:
parent
553990d5a0
commit
73d6accafc
1 changed files with 1 additions and 0 deletions
|
@ -3650,6 +3650,7 @@ void sceKernelCheckCallback()
|
|||
} else {
|
||||
RETURN(0);
|
||||
}
|
||||
hleEatCycles(230);
|
||||
}
|
||||
|
||||
bool __KernelInCallback()
|
||||
|
|
Loading…
Add table
Reference in a new issue