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:
kev :) 2012-11-11 21:32:44 +00:00
parent 72ad8f5ca8
commit a2c024e454
5 changed files with 197 additions and 131 deletions

View file

@ -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",