Jpcsp SVN changelog:
r2282
- TErrorPointer32. If defined as parameter, it will be used to write the exceptions thrown.
- sceFont partial magic (still need serialization reflection magic)
- Some comments for annotations
- Minor changes and fixes
- ParameterReader can handle now float parameters
r2283
- Preparing serialization/deserialization utilities.
- It will be use on sceFont.
r2284
- Added @CanBeNull and @CheckArgument annotations for arguments
- Simplified sceFont.sceFontGetFontInfoByIndexNumber
- Some work on ThreadManForUser
- Some fixes
r2285
- Faster method calling.
- Now it processes the reflection parameters when registered and generates a "run list" of invoke methods that will decode the parameters.
- It is faster now, and will ease a future generation on VM code that will process it natively without invokes. (Now that it is two pass.)
- @TODO: setReturnValue still checks reflection every time.
r2286
- Faster start times for HLEModuleFunctionReflection (method name caching)
- Implemented void prepareReturnValueRunList() for faster return value handling
- Reused RunListParams object for better performance
- More functions on ThreadManForUser
Download: Jpcsp SVN r2286
Source: Here
0 Comments
Post a Comment