summarylogtreecommitdiffstats
path: root/ppsspp-headless.sh
diff options
context:
space:
mode:
authorMaxime Gauduin2017-04-11 22:43:58 +0200
committerMaxime Gauduin2017-04-11 22:43:58 +0200
commit168094bd6a31e1264668bd01fb09134494a26874 (patch)
treea8fe8a3b13f1939f864084aac2076909d825c612 /ppsspp-headless.sh
parent187e98a9839c86f88eb37470b1ea29abb8091bcc (diff)
downloadaur-168094bd6a31e1264668bd01fb09134494a26874.tar.gz
ppsspp-git: Pass arguments in the wrapper scripts
Diffstat (limited to 'ppsspp-headless.sh')
-rw-r--r--ppsspp-headless.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppsspp-headless.sh b/ppsspp-headless.sh
index b4d3d7d680f1..90acff07a67c 100644
--- a/ppsspp-headless.sh
+++ b/ppsspp-headless.sh
@@ -1,4 +1,4 @@
#!/bin/sh
cd /opt/ppsspp
-exec ./PPSSPPHeadless
+exec ./PPSSPPHeadless $*