diff options
Diffstat (limited to 'testing/ppsspp/ppsspp-headless')
-rwxr-xr-x | testing/ppsspp/ppsspp-headless | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/ppsspp/ppsspp-headless b/testing/ppsspp/ppsspp-headless new file mode 100755 index 0000000000..21175735fa --- /dev/null +++ b/testing/ppsspp/ppsspp-headless @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/share/ppsspp +exec ./PPSSPPHeadless "$@" |