Added support for the Nintendo Switch (switch) game system on macOS by adding the Ryujinx standalone emulator.

This commit is contained in:
Leon Styhre 2022-12-16 17:28:02 +01:00
parent 5581103642
commit f94c25c6bf
2 changed files with 8 additions and 2 deletions

View file

@ -216,6 +216,12 @@
<entry>/Applications/Ruffle.app/Contents/MacOS/ruffle</entry>
</rule>
</emulator>
<emulator name="RYUJINX">
<!-- Nintendo Switch emulator Ryujinx -->
<rule type="staticpath">
<entry>/Applications/Ryujinx.app/Contents/MacOS/Ryujinx</entry>
</rule>
</emulator>
<emulator name="SIMCOUPE">
<!-- SAM Coupé emulator SimCoupé -->
<rule type="staticpath">

View file

@ -1435,8 +1435,8 @@
<name>switch</name>
<fullname>Nintendo Switch</fullname>
<path>%ROMPATH%/switch</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.nca .NCA .nro .NRO .nso .NSO .nsp .NSP .xci .XCI .7z .7Z .zip .ZIP</extension>
<command label="Ryujinx (Standalone)">%EMULATOR_RYUJINX% %ROM%</command>
<platform>switch</platform>
<theme>switch</theme>
</system>