ptitSeb ported PPSSPP to the OpenPandora handheld. PPSSPP is an open source project, licensed under the GPL 2.0 (or later).
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:
* In Sync with official v0.7 (check official compatibility thread !)
* Fixed framelimiter (I messed up that)