mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix small warning.
This commit is contained in:
parent
9170d157ff
commit
d2020372d1
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,8 @@ u32 sceKernelStopVTimer(u32 uid) {
|
||||||
__stopVTimer(vt);
|
__stopVTimer(vt);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 sceKernelSetVTimerHandler(u32 uid, u32 scheduleAddr, u32 handlerFuncAddr, u32 commonAddr) {
|
u32 sceKernelSetVTimerHandler(u32 uid, u32 scheduleAddr, u32 handlerFuncAddr, u32 commonAddr) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue