Unknown W. Brackets
b58032039b
Cleanup sceKernel semaphore funcs.
...
Remove some duplication of code so it's cleaner.
2012-11-11 18:54:06 -08:00
Unknown W. Brackets
a69fd56573
Implement sceKernelCancelSema() based on jpcsp.
...
Don't have any tests/users, but this jpcsp's behavior seems sane.
2012-11-11 18:33:13 -08:00
Unknown W. Brackets
e7b6487c4e
Wrap sceKernel DeleteSema and CancelSema.
...
Also fix copy/paste mistake from SignalSema func.
2012-11-11 18:30:13 -08:00
Unknown W. Brackets
70809bf1f5
Make sceKernelDeleteSema() resume waiting threads.
...
This makes threads/semaphores *almost* pass.
It's now failing from sceKernelStartThread() or something, though.
2012-11-11 18:10:33 -08:00
Unknown W. Brackets
deab1c21b7
Fix sceKernelSignalSema().
...
Handle numWaitThreads and currentCount more correctly.
Well, I'm not 100% sure it's totally right now but it matches the test.
2012-11-11 17:59:15 -08:00
Unknown W. Brackets
8e2fff97bf
Wrap a few semaphore sceKernel* funcs.
2012-11-11 17:57:35 -08:00
Unknown W. Brackets
3acca0f941
Fix crash in sceKernelReferSemaStatus.
...
This was crashing threads/semaphores, and also PQ2 (and maybe other games.)
Note: threads/semaphores still not passing.
2012-11-11 17:05:44 -08:00
Diogo Franco (Kovensky)
d2a0fcc38e
Wrappers for LoadExecForUser
2012-11-12 00:43:48 +00:00
Diogo Franco (Kovensky)
af74d30790
Wrappers for sceKernelEventFlag
2012-11-12 00:43:48 +00:00
Unknown W. Brackets
31fc4bf02a
Wrap a few sceCtrl* funcs.
...
Also add an assert, seems like if nBufs = 0, could cause a bug.
2012-11-11 15:35:50 -08:00
Unknown W. Brackets
c455365bbe
Merge remote-tracking branch 'origin/master'
2012-11-11 15:12:36 -08:00
Unknown W. Brackets
21bc86f669
Cleanup sceCtrlSetSamplingMode.
...
Use constants, assert expected param range, wrap.
2012-11-11 15:09:27 -08:00
Henrik Rydgard
4c1883e73f
Some stubs, "NOP" out registerexitcallback, implement cancelwakeup
2012-11-12 00:04:57 +01:00
Unknown W. Brackets
cc58a9bd35
Wrap some of the sceUmd* HLE functions.
...
Intentionally skipped unimpl funcs. Also skipped sceUmdCheckMedium
because docs online said it takes no param, but code says it does.
2012-11-11 14:47:28 -08:00
Henrik Rydgard
ce5afbc166
Merge branch 'master' of https://github.com/tmaul/ppsspp into tmaul-master
...
Conflicts:
Core/HLE/scePower.cpp
Core/MIPS/MIPSIntVFPU.cpp
Core/MIPS/MIPSIntVFPU.h
gentest.py
test.py
2012-11-11 22:50:48 +01:00
Henrik Rydgard
0fb8c08af3
Test fixes and cleanups
2012-11-11 22:38:19 +01:00
kev :)
a2c024e454
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
2012-11-11 21:32:54 +00:00
Henrik Rydgard
09e7888cf9
Fix VFPU bugs thanks to new tests.
2012-11-11 21:32:53 +00:00
Henrik Rydgard
1eb11e974e
More work on gentest, fix a VFPU bug it found comparing to real PSP!
2012-11-11 21:32:52 +00:00
Henrik Rydgard
9bc7385502
Power test working
2012-11-11 19:32:27 +01:00
Henrik Rydgard
8aa072161c
Fix VFPU bugs thanks to new tests.
2012-11-11 18:44:20 +01:00
Henrik Rydgard
7fd96a0c27
Merge branch 'master' of github.com:hrydgard/ppsspp
2012-11-11 16:47:09 +01:00
Henrik Rydgard
9aa0beff3e
More work on gentest, fix a VFPU bug it found comparing to real PSP!
2012-11-11 16:46:25 +01:00
kev :)
f4ed710420
FIx broken merge
2012-11-11 00:47:24 +00:00
kev :)
476f858388
Revert "FIx breakage"
...
This reverts commit ba63a4ea2a .
2012-11-11 00:43:18 +00:00