mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added the AetherSX2 standalone emulator for the ps2 system on macOS.
This commit is contained in:
parent
b1a41a56e9
commit
21eeae80a9
|
@ -14,6 +14,12 @@
|
|||
<entry>/Applications/RetroArch.app/Contents/Resources/cores</entry>
|
||||
</rule>
|
||||
</core>
|
||||
<emulator name="AETHERSX2">
|
||||
<!-- Sony PlayStation 2 emulator AetherSX2 -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/AetherSX2.app/Contents/MacOS/AetherSX2</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ATARI800">
|
||||
<!-- Atari 8-bit computer emulator Atari800 -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -967,6 +967,7 @@
|
|||
<path>%ROMPATH%/ps2</path>
|
||||
<extension>.bin .BIN .chd .CHD .cso .CSO .elf .ELF .iso .ISO .isz .ISZ</extension>
|
||||
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
|
||||
<command label="AetherSX2 (Standalone)">%EMULATOR_AETHERSX2% -batch %ROM%</command>
|
||||
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
|
||||
<platform>ps2</platform>
|
||||
<theme>ps2</theme>
|
||||
|
|
Loading…
Reference in a new issue