mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
TOOLS: fixed PPSSPP
This commit is contained in:
parent
be981af62f
commit
36002470f1
|
@ -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?"
|
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 ]
|
if [ $? == 0 ]
|
||||||
then
|
then
|
||||||
ppsspp
|
PPSSPPSDL
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue