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:
anthonycaccese 2023-09-29 20:12:44 -04:00
parent 3a7003c5c4
commit 611379786d

View file

@ -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