RetroDECK/to-be-deleted/start-ppsspp.sh

7 lines
348 B
Bash
Raw Normal View History

2022-05-02 13:01:27 +00:00
#!/bin/bash
zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?"
2022-05-02 13:01:27 +00:00
if [ $? == 0 ]
then
2022-05-17 00:41:07 +00:00
PPSSPPSDL
2022-05-02 13:01:27 +00:00
fi