(Android) Added Skyline standalone as an alternative emulator for the switch system

This commit is contained in:
Leon Styhre 2024-02-25 13:58:17 +01:00
parent 841e69c888
commit 508aefb14b
2 changed files with 7 additions and 0 deletions

View file

@ -291,6 +291,12 @@
<entry>com.explusalpha.SaturnEmu/com.imagine.BaseActivity</entry> <entry>com.explusalpha.SaturnEmu/com.imagine.BaseActivity</entry>
</rule> </rule>
</emulator> </emulator>
<emulator name="SKYLINE">
<!-- Nintendo Switch emulator Skyline -->
<rule type="androidpackage">
<entry>skyline.emu/emu.skyline.EmulationActivity</entry>
</rule>
</emulator>
<emulator name="SNES9X-EXPLUS"> <emulator name="SNES9X-EXPLUS">
<!-- Super Nintendo emulator Snes9x EX+ --> <!-- Super Nintendo emulator Snes9x EX+ -->
<rule type="androidpackage"> <rule type="androidpackage">

View file

@ -1683,6 +1683,7 @@
<extension>.nca .NCA .nro .NRO .nso .NSO .nsp .NSP .xci .XCI</extension> <extension>.nca .NCA .nro .NRO .nso .NSO .nsp .NSP .xci .XCI</extension>
<command label="Yuzu (Standalone)">%EMULATOR_YUZU% %ACTION%=android.nfc.action.TECH_DISCOVERED %DATA%=%ROMPROVIDER%</command> <command label="Yuzu (Standalone)">%EMULATOR_YUZU% %ACTION%=android.nfc.action.TECH_DISCOVERED %DATA%=%ROMPROVIDER%</command>
<command label="Yuzu EA (Standalone)">%EMULATOR_YUZU-EA% %ACTION%=android.nfc.action.TECH_DISCOVERED %DATA%=%ROMPROVIDER%</command> <command label="Yuzu EA (Standalone)">%EMULATOR_YUZU-EA% %ACTION%=android.nfc.action.TECH_DISCOVERED %DATA%=%ROMPROVIDER%</command>
<command label="Skyline (Standalone)">%EMULATOR_SKYLINE% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
<platform>switch</platform> <platform>switch</platform>
<theme>switch</theme> <theme>switch</theme>
</system> </system>