mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
14 lines
545 B
Plaintext
14 lines
545 B
Plaintext
Plan:
|
|
|
|
|
|
This is intended to be a port that does not have graphics, it just starts up the system without a display, prints all debug output (as configured) to the console using printf(), and exits when the emulated binary exits.
|
|
|
|
Usage:
|
|
|
|
ppsspp-headless test.elf [-m testdata.cso] [-j] [-l]
|
|
-j : Use the JIT
|
|
-m : Mount ISO on umd:
|
|
-l : Print full log output, instead of just the "emulator printfs"
|
|
|
|
This is primarily intended to run non-graphical unit tests of the emulation engine, such as
|
|
those in http://code.google.com/p/pspautotests/ . |