Merge pull request #90 from gizmo98/patch-2
[libretro-ppsspp.git] / headless / headless.txt
blobddc43e4cfc0d959819ffb7a43b2d1e57de08729a
1 Plan:
4 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.
6 Usage:
8 ppsspp-headless test.elf [-m testdata.cso] [-j] [-l]
9   -j : Use the JIT
10   -m : Mount ISO on umd:
11   -l : Print full log output, instead of just the "emulator printfs"
13 This is primarily intended to run non-graphical unit tests of the emulation engine, such as
14 those in https://github.com/hrydgard/pspautotests/ .