TOOLS: fixed PPSSPP

This commit is contained in:
Xargon 2022-05-17 09:41:07 +09:00
parent 88b200e873
commit 66cdac09de

View file

@ -3,5 +3,5 @@
kdialog --title "RetroDECK" --warningyesno "Doing some changes in the emulator's configuration may create serious issues, please continue only if you know what you're doing.\n\nDo you want to continue?"
if [ $? == 0 ]
then
ppsspp
PPSSPPSDL
fi