Emulator:JPCSP

From Wah!ki
Revision as of 12:03, 14 October 2017 by Sairuk (talk | contribs)
Jump to navigation Jump to search

About

A Sony Playstation Portable emulator written Java. Although it was originally believed java would be too slow to write a working emulator, the authors have achieved 100% speed on a number of commercial titles.

Titles will need to be decrypted before they will run on this emulator.

Configuration

edit  

Common Setup Options

Option Config Setting
Fullscreen GUI
Controller GUI
Exit NONE CTRL+E


edit  

Executable Information

Platform Version Device Exec Type commandline_format
Linux SVN Disc Image start-linux-x86.sh D -u "[rompath]/[name].[romext]" -r
Linux SVN File start-linux-x86.sh D -f "[rompath]/[name].[romext]" -r

Troubleshooting

bash: ./start-linux-x86.sh: /bin/sh^M: bad interpreter: No such file or directory

Convert startup script to unix format (fromdos)

Games will not start using command line options

Add paramater parsing to the startup script

java -Xmx512m -Djava.library.path=lib/linux-x86 -jar bin/jpcsp.jar $@