mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Added support for the Nintendo Switch (switch) game system on macOS by adding the Ryujinx standalone emulator.
This commit is contained in:
parent
5581103642
commit
f94c25c6bf
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue