Difference between revisions of "Emulator:JPCSP"

From Wah!ki
Jump to navigation Jump to search
Line 5: Line 5:
  
 
== Configuration ==
 
== Configuration ==
 +
Fullscreen must be set through the GUI
 +
Controls may be configured through the GUI
 +
ESC is CTRL+E, cannot be reconfigured
 +
 +
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
 
|-
 
|-

Revision as of 10:59, 23 April 2011

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

Fullscreen must be set through the GUI Controls may be configured through the GUI ESC is CTRL+E, cannot be reconfigured


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 N/A

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 $@