(macOS) Added PCSX2 Qt standalone as an alternative emulator for the ps2 system.

This commit is contained in:
Leon Styhre 2022-07-07 22:55:39 +02:00
parent 394f99898c
commit 0f344528fb

View file

@ -1077,6 +1077,7 @@
<path>%ROMPATH%/ps2</path>
<extension>.bin .BIN .chd .CHD .ciso .CISO .cso .CSO .dump .DUMP .elf .ELF .gz .GZ .m3u .M3U .mdf .MDF .img .IMG .iso .ISO .isz .ISZ .ngr .NRG</extension>
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
<command label="PCSX2 Qt (Standalone)">%EMULATOR_PCSX2% -batch %ROM%</command>
<command label="AetherSX2 (Standalone)">%EMULATOR_AETHERSX2% -batch %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
<platform>ps2</platform>