From 7d5584ae64a730e14c038559a0466e6e66d2a921 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 8 May 2022 20:05:46 +0200 Subject: [PATCH] Removed the --escape-exit command line option for the PPSSPP standalone emulator as it caused issues for some users. --- resources/systems/macos/es_systems.xml | 2 +- resources/systems/unix/es_systems.xml | 2 +- resources/systems/windows/es_systems.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index 432c1f32d..e35ec890a 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -996,7 +996,7 @@ %ROMPATH%/psp .elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.dylib %ROM% - %EMULATOR_PPSSPP% --escape-exit %ROM% + %EMULATOR_PPSSPP% %ROM% psp psp diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index aea602115..0ac20be1c 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -1001,7 +1001,7 @@ %ROMPATH%/psp .elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.so %ROM% - %EMULATOR_PPSSPP% --escape-exit %ROM% + %EMULATOR_PPSSPP% %ROM% psp psp diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index 97fdfe8e1..832f9ed59 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -998,7 +998,7 @@ %ROMPATH%\psp .elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP %EMULATOR_RETROARCH% -L %CORE_RETROARCH%\ppsspp_libretro.dll %ROM% - %EMULATOR_PPSSPP% --escape-exit %ROM% + %EMULATOR_PPSSPP% %ROM% psp psp