
- / -
Play!
It's an experimental PS2 emulator with the goal of achieving the best accuracy. The current benefits are it doesn't need a BIOS since it's a high-level emulator, has easy configuration in regards to no custom settings to fix specific games and straight forward design.
Accuracy
Performance
Features
-
Most Recent Changes!
Merge pull request #742 from bigianb/rayman
Initialise stack to 0xFF. Required by ubisound.irx in rayman revolution due to it using some uninitialised stack space and assuming it to be non-zero.
implement QueryTotalFreeMemSize()
Code style fixes.
Add API_KEY macro.
Catch errors that might occur when obtaining game info.
Merge branch ‘master’ into shared_covers
Add generic game scanning code for mobile style UI.
Cleanup...