Changelog:
Revision 1357: Started implementation of proper async file operations: - Installed a dummy async loop handler
Revision 1356: Avoid Java Exceptions when exiting Jpcsp.
Revision 1355: Small improvement in logging of sceKernelPowerTick()
Revision 1354: Small code cleanup of MemoryReader
Revision 1354: Small optimizations in VideoEngine:
- compute floatArgument only when required (most commands do not use it).
- move CLEAR, PRIM, TFUNC and TRXKICK commands into separate functions in order to reduce the size of executeCommand(). This helps the Java JIT compiler...