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