PPSSPP is a PSP emulator written in C++, and translates PSP CPU instructions directly into optimized x86, x64 and (soon) ARM machine code, using an efficient JIT compiler. PPSSPP can thus run on quite low-spec hardware, including stronger Android phones and tablets, as long as there’s support for OpenGL ES 2.0.
Changes:
* OpenGL ES 3 detection bug on Xperia devices fixed, graphics work again.
* More accurate audio mixing and emulation
* Software rendering and display list performance improvements
* Workaround for timing issue hanging Crash Tag Team Racing
* Galician language
* Built-in ARM disassembler improvements (dev feature)
* Fix for immersive mode volume key issue on Android Kitkat
* And more minor tweaks and fixes as always.