Here's the latest build of JPCSP, the ever-improving Java-based PlayStation Portable emulator for PC. Tagged as revision 2273, the latest update includes the following features and improvements.
Changelogs:
- revision 2273:
- The last commit related to annotations+reflection module refactoring
- Removed *Function from ThreadManForUser
- Removed field @HLEFunction checking from installModuleWithAnnotations
- @Target(ElementType.METHOD) for HLEFunction
- Removed all the temporal scripts made for refactoring modules
- revision 2272:
- Convert HLEModule into a class instead of an interface. (In order to be able to hold installedHLEModuleFunctions for removing *Function from ThreadManForUser.
- Refactored sceDisplay to be able to extend from HLEModule instead of AWTGLCanvas
- revision 2271:
- Removed installModule and uninstallModule methods from all the HLEModules.