mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update tests.
This commit is contained in:
parent
dbec955a99
commit
6adb29030f
3 changed files with 6 additions and 1 deletions
|
@ -168,6 +168,8 @@ int sceKernelReferAlarmStatus(SceUID uid, u32 infoPtr)
|
|||
return error;
|
||||
}
|
||||
|
||||
DEBUG_LOG(HLE, "sceKernelReferAlarmStatus(%08x, %08x)", uid, infoPtr);
|
||||
|
||||
if (!Memory::IsValidAddress(infoPtr))
|
||||
return -1;
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6bd9d261e6014d371b917e50d2e18d5fc986a8c3
|
||||
Subproject commit 30f1f0698e2ed2f45f4dd1bd199c81cdc379561e
|
3
test.py
3
test.py
|
@ -59,6 +59,9 @@ tests_good = [
|
|||
"string/string",
|
||||
"gpu/callbacks/ge_callbacks",
|
||||
"threads/alarm/alarm",
|
||||
"threads/alarm/cancel/cancel",
|
||||
"threads/alarm/refer/refer",
|
||||
"threads/alarm/set/set",
|
||||
"threads/events/events",
|
||||
"threads/events/cancel/cancel",
|
||||
"threads/events/clear/clear",
|
||||
|
|
Loading…
Add table
Reference in a new issue