Update start_pcsx2.sh
add -nogui option to attempt to remove the need to touch the screen when starting the emulator from ES
This commit is contained in:
parent
3a7003c5c4
commit
611379786d
1 changed files with 4 additions and 2 deletions
|
@ -5,12 +5,14 @@
|
|||
. /etc/profile
|
||||
|
||||
ARG=${1//[\\]/}
|
||||
|
||||
jslisten set "-9 pcsx2-qt"
|
||||
|
||||
if [ ! -d "/storage/.config/PCSX2" ]
|
||||
then
|
||||
cp -rf /usr/config/PCSX2 /storage/.config
|
||||
fi
|
||||
@APPIMAGE@ -fastboot -- "${ARG}"
|
||||
@APPIMAGE@ -fastboot -nogui -- "${ARG}"
|
||||
|
||||
#Workaround until we can learn why it doesn't exit cleanly when asked.
|
||||
killall -9 pcsx2-qt
|
||||
killall -9 pcsx2-qt
|
Loading…
Reference in a new issue