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 synch with the git repo
* based on 0.9.5 version
* new Vertex JIT that bring some speedup in some game
* Warning, this version doesn’t like default driver version
* Don’t try to go back ingame once in Menu Screen, it hang for now