mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
Added support for the standalone emulator PPSSPP.
Also added support for some Homebrew-installed emulators on macOS.
This commit is contained in:
parent
d41a228093
commit
3c06e64c87
|
@ -33,6 +33,7 @@
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
<entry>/Applications/dosbox-staging.app/Contents/MacOS/dosbox</entry>
|
<entry>/Applications/dosbox-staging.app/Contents/MacOS/dosbox</entry>
|
||||||
<!-- Homebrew version -->
|
<!-- Homebrew version -->
|
||||||
|
<entry>/opt/homebrew/bin/dosbox-staging</entry>
|
||||||
<entry>/usr/local/bin/dosbox-staging</entry>
|
<entry>/usr/local/bin/dosbox-staging</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
@ -40,6 +41,9 @@
|
||||||
<!-- Commodore Amiga emulator FS-UAE -->
|
<!-- Commodore Amiga emulator FS-UAE -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
<entry>/Applications/FS-UAE.app/Contents/MacOS/fs-uae</entry>
|
<entry>/Applications/FS-UAE.app/Contents/MacOS/fs-uae</entry>
|
||||||
|
<!-- Homebrew version -->
|
||||||
|
<entry>/opt/homebrew/bin/fs-uae</entry>
|
||||||
|
<entry>/usr/local/bin/fs-uae</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
<emulator name="MUPEN64PLUS">
|
<emulator name="MUPEN64PLUS">
|
||||||
|
@ -62,6 +66,15 @@
|
||||||
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
|
<entry>/Applications/RPCS3.app/Contents/MacOS/rpcs3</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="PPSSPP">
|
||||||
|
<!-- Sony PlayStation Portable emulator PPSSPP -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/Applications/PPSSPPSDL.app/Contents/MacOS/PPSSPPSDL</entry>
|
||||||
|
<!-- Homebrew version -->
|
||||||
|
<entry>/opt/homebrew/bin/ppsspp</entry>
|
||||||
|
<entry>/usr/local/bin/ppsspp</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="XEMU">
|
<emulator name="XEMU">
|
||||||
<!-- Microsoft Xbox emulator xemu -->
|
<!-- Microsoft Xbox emulator xemu -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -964,7 +964,8 @@
|
||||||
<fullname>Sony PlayStation Portable</fullname>
|
<fullname>Sony PlayStation Portable</fullname>
|
||||||
<path>%ROMPATH%/psp</path>
|
<path>%ROMPATH%/psp</path>
|
||||||
<extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension>
|
<extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension>
|
||||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.dylib %ROM%</command>
|
<command label="PPSSPP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.dylib %ROM%</command>
|
||||||
|
<command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% %ROM%</command>
|
||||||
<platform>psp</platform>
|
<platform>psp</platform>
|
||||||
<theme>psp</theme>
|
<theme>psp</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -95,6 +95,16 @@
|
||||||
<entry>/var/lib/flatpak/exports/bin/net.pcsx2.PCSX2</entry>
|
<entry>/var/lib/flatpak/exports/bin/net.pcsx2.PCSX2</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="PPSSPP">
|
||||||
|
<!-- Sony PlayStation Portable emulator PPSSPP -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>ppsspp-emu.ppsspp-sdl</entry>
|
||||||
|
<entry>org.ppsspp.PPSSPP</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/var/lib/flatpak/exports/bin/org.ppsspp.PPSSPP</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="RPCS3">
|
<emulator name="RPCS3">
|
||||||
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -969,7 +969,8 @@
|
||||||
<fullname>Sony PlayStation Portable</fullname>
|
<fullname>Sony PlayStation Portable</fullname>
|
||||||
<path>%ROMPATH%/psp</path>
|
<path>%ROMPATH%/psp</path>
|
||||||
<extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension>
|
<extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension>
|
||||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.so %ROM%</command>
|
<command label="PPSSPP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/ppsspp_libretro.so %ROM%</command>
|
||||||
|
<command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% %ROM%</command>
|
||||||
<platform>psp</platform>
|
<platform>psp</platform>
|
||||||
<theme>psp</theme>
|
<theme>psp</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -111,6 +111,21 @@
|
||||||
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
|
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="PPSSPP">
|
||||||
|
<!-- Sony PlayStation Portable emulator PPSSPP -->
|
||||||
|
<rule type="winregistryvalue">
|
||||||
|
<entry>SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PPSSPP_is1\InstallLocation|PPSSPPWindows64.exe</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>PPSSPPWindows64.exe</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>C:\Program Files\PPSSPP\PPSSPPWindows64.exe</entry>
|
||||||
|
<!-- Portable installation -->
|
||||||
|
<entry>%ESPATH%\PPSSPP\PPSSPPWindows64.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\PPSSPP\PPSSPPWindows64.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="RPCS3">
|
<emulator name="RPCS3">
|
||||||
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -969,7 +969,8 @@
|
||||||
<fullname>Sony PlayStation Portable</fullname>
|
<fullname>Sony PlayStation Portable</fullname>
|
||||||
<path>%ROMPATH%\psp</path>
|
<path>%ROMPATH%\psp</path>
|
||||||
<extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension>
|
<extension>.elf .ELF .iso .ISO .cso .CSO .prx .PRX .pbp .PBP .7z .7Z .zip .ZIP</extension>
|
||||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\ppsspp_libretro.dll %ROM%</command>
|
<command label="PPSSPP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\ppsspp_libretro.dll %ROM%</command>
|
||||||
|
<command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% %ROM%</command>
|
||||||
<platform>psp</platform>
|
<platform>psp</platform>
|
||||||
<theme>psp</theme>
|
<theme>psp</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue