NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 140 forks source link

Add PSP support #319

Open vichoca9 opened 3 weeks ago

vichoca9 commented 3 weeks ago

The main issue with PSP was the crashes due to misaligned data. Now it works, but some issues were avoided in order for it to work (ini_process_word and such). Tested on real hardware (psp 2004 slim).

Note: Game still crashes whenever a short array[] op is done, due to the pragma(pop) and such (auto_moves,etc).