From 66cdac09de7ea9aac4755302cf477e57d6b79326 Mon Sep 17 00:00:00 2001 From: Xargon Date: Tue, 17 May 2022 09:41:07 +0900 Subject: [PATCH] TOOLS: fixed PPSSPP --- tools/start-ppsspp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/start-ppsspp.sh b/tools/start-ppsspp.sh index 8763860c..6644c8ad 100644 --- a/tools/start-ppsspp.sh +++ b/tools/start-ppsspp.sh @@ -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 \ No newline at end of file