mirror of https://github.com/PCSX2/pcsx2.git
Allow commandline params to be passed through to the patched apprun file (#5777)
This commit is contained in:
parent
a565182b2b
commit
d1117aafac
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
$APPDIR/AppRun-patched
|
||||
$APPDIR/AppRun-patched "$@"
|
||||
|
|
Loading…
Reference in New Issue