Jpcsp SVN changelog:
r1555
Major rewrite of ThreadMan:
- migrated callbacks V1 & V2 to same callback framework used by interrupts
- allow context switching inside callbacks
- implemented thread timeout using scheduler
- reduced ThreadMan.step() to a minimum (now even obsolete under Compiler)
- implemented thread exit by HLE syscall (check for return to address 0 no longer needed)
- cleanup of onContextSwitch for sceUmdUserModule
- naming convention: all methods used by other modules are named "hleXXX"
- TODO: move ThreadMan of a HLEModule. This will be done in a separate commit without functional change to not loose commit diffs.
Other improvements:
- improved async IO to use the async thread to detect context switching
- improved sceKernelReceiveMsgPipe when receiving only a partial buffer
Download: Jpcsp SVN r1555
Source:Here
0 Comments
Post a Comment