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
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
9bc7385502
Power test working
2012-11-11 19:32:27 +01:00
kev :)
b9ff4295e7
Make RTC tests pass
2012-11-11 00:33:16 +00:00
kev :)
d67e473e81
Small clean up on sceGeDrawSync
...
Doesnt fix anything, obviously :)
2012-11-10 23:08:46 +00:00
kev :)
1591e72919
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
Core/FileSystems/ISOFileSystem.cpp
2012-11-10 23:04:51 +00:00
kev :)
ad80a78904
Add some impose commands
2012-11-10 23:04:10 +00:00
Henrik Rydgard
343b9435b9
A few minor fixes + buildfix
2012-11-10 23:44:14 +01:00
Henrik Rydgård
bbf84229bc
Merge pull request #30 from artart78/master
...
Message Pipes (+ test.py fixes for Linux)
2012-11-10 14:24:48 -08:00
Arthur Blot
e45ce3af96
Implemented message pipes (may have issues)
2012-11-10 23:17:15 +01:00
gigaherz
d66f315902
Add a null check to the filename in sceKernelLoadModule.
2012-11-10 12:16:23 +01:00
Henrik Rydgard
387552f564
Misc fixes (accept .prx, work on power callbacks, bugs)
2012-11-10 10:15:11 +01:00
Henrik Rydgard
06d7b5d00c
Implement sceCtrlReadLatch, fixes controls in a couple of games.
2012-11-09 19:04:57 +01:00
Henrik Rydgard
a49e1ba5b5
sceDisplayWaitForVblank shouldn't call sceDisplayWaitForVblankStart...
2012-11-09 18:03:52 +01:00
Henrik Rydgard
b43dfebb10
Fixes to lighting, display list base pointer, misc
2012-11-09 17:51:45 +01:00
Henrik Rydgard
0ff792fce5
Refix ge interrupts, make headless printf log messages
2012-11-09 13:40:09 +01:00
Henrik Rydgard
d671afdef4
sceImpose
2012-11-09 12:31:58 +01:00
Henrik Rydgard
94f5de1ac0
Test suite actually runs properly now
2012-11-09 11:03:01 +01:00
Henrik Rydgard
1b90a8b327
Another memstick ioctl, minor fixes
2012-11-09 10:01:54 +01:00
Henrik Rydgard
91cb6197e8
Merge branch 'master' of github.com:hrydgard/ppsspp
2012-11-09 00:04:19 +01:00
Henrik Rydgard
b24511ac41
Hackery to free up RAM (sceKernelMaxFreeMemSize lies a bit more, kill root stack)
2012-11-09 00:03:46 +01:00
Henrik Rydgård
85dda99e56
Merge pull request #25 from artart78/master
...
Texture loading (+ small issue fix for Mbxes)
2012-11-08 14:29:49 -08:00
Arthur Blot
c6ec09cf86
Resume waiting threads when Mbx is destroyed
2012-11-08 21:49:56 +01:00
Henrik Rydgard
040b6199b7
missing include
2012-11-08 18:02:33 +01:00
Henrik Rydgard
79a433e05d
Merge branch 'master' of github.com:hrydgard/ppsspp
2012-11-08 16:28:59 +01:00
Henrik Rydgard
259b169bbc
Implement a few more little things
2012-11-08 16:28:45 +01:00
Arthur Blot
35c7b411aa
Fixed value returning for MBXes
2012-11-08 16:24:06 +01:00
Arthur Blot
b96d86ab7f
Implemented MBXes
2012-11-08 14:24:51 +01:00
Henrik Rydgard
caacaf6744
Just a few small things
2012-11-07 20:59:56 +01:00
Henrik Rydgard
117256e07b
Implement various hle stuff..
2012-11-07 19:10:52 +01:00
Henrik Rydgard
a6a6453c60
Add custom "grain" for block allocator. Set the big block allocs to grain 256.
2012-11-07 17:35:22 +01:00
Henrik Rydgard
3ed790e6a3
Interrupts should not be triggered if disabled
2012-11-07 17:01:57 +01:00
Henrik Rydgard
f463a5a679
Fix dir listings for relative paths
2012-11-07 16:54:14 +01:00
Henrik Rydgard
baa11aede8
Zero terminate the filename passed to the root thread
2012-11-07 16:45:21 +01:00
Henrik Rydgard
1391d83afd
Never do RETURN() after blocking (Wait etc), as it will zero out a register in the wrong thread.
2012-11-07 16:05:39 +01:00
Henrik Rydgard
aea0580297
More reworking of Callbacks, plus some other little fixes.
2012-11-07 15:44:48 +01:00
Henrik Rydgard
cf098dfd67
UMD callbacks, a couple of NIDs
2012-11-07 15:44:13 +01:00
Henrik Rydgard
00fc7754c6
CMakeLists fix, rebooting fix
2012-11-06 22:04:00 +01:00
Henrik Rydgard
83fb5e96de
Logging, stubs and fixes
2012-11-06 20:56:19 +01:00
Henrik Rydgard
d769297d06
Add a flags field to HLEFunction. Fix a small path issue.
2012-11-06 19:34:17 +01:00
Henrik Rydgard
3e207a1490
Fake netconf dialog, etc
2012-11-06 19:22:14 +01:00