Fix up secPower a bit
Removed PARAM stuff, made tests pass with some caveats in that I don't understand what the return values are supposed to be based on the docs and fix a small issue with sceImpose that I created with the last merge
This commit is contained in:
parent
72ad8f5ca8
commit
a2c024e454
5 changed files with 197 additions and 131 deletions
2
test.py
2
test.py
|
@ -31,6 +31,7 @@ tests_good = [
|
|||
"gpu/callbacks/ge_callbacks",
|
||||
"threads/mbx/mbx",
|
||||
"rtc/rtc",
|
||||
"power/power",
|
||||
]
|
||||
|
||||
# These are the next tests up for fixing.
|
||||
|
@ -46,7 +47,6 @@ tests_next = [
|
|||
"io/iodrv/iodrv",
|
||||
"malloc/malloc",
|
||||
"modules/loadexec/loader",
|
||||
"power/power",
|
||||
"threads/events/events",
|
||||
"threads/fpl/fpl",
|
||||
"threads/msgpipe/msgpipe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue