CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/headless/headless.txt
Views: 1401
1
TODO: This documentation is outdated and needs updating.
2
3
This is a build of PPSSPP 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.
4
5
Usage:
6
7
ppsspp-headless test.elf [-m testdata.cso] [-j] [-l]
8
-j : Use the JIT
9
-m : Mount ISO on umd:
10
-l : Print full log output, instead of just the "emulator printfs"
11
12
This is primarily intended to run non-graphical unit tests of the emulation engine, such as
13
those in https://github.com/hrydgard/pspautotests/ .
14