Added the AetherSX2 standalone emulator for the ps2 system on macOS.

This commit is contained in:
Leon Styhre 2022-05-05 21:52:17 +02:00
parent b1a41a56e9
commit 21eeae80a9
2 changed files with 7 additions and 0 deletions

View file

@ -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">

View file

@ -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>