mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
sceKernelCancelVTimerHandler() resets handler only.
This commit is contained in:
parent
c9755d7886
commit
29d7d00b08
1 changed files with 0 additions and 2 deletions
|
@ -85,9 +85,7 @@ int __KernelCancelVTimer(SceUID id) {
|
|||
return error;
|
||||
|
||||
CoreTiming::UnscheduleEvent(vtimerTimer, id);
|
||||
vt->nvt.schedule = 0;
|
||||
vt->nvt.handlerAddr = 0;
|
||||
vt->nvt.commonAddr = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue