mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
(Android) Split the Yuzu emulator entry into Yuzu and Yuzu EA for the switch system
This commit is contained in:
parent
126555d1d0
commit
a3d9668da4
|
@ -307,8 +307,13 @@
|
||||||
<emulator name="YUZU">
|
<emulator name="YUZU">
|
||||||
<!-- Nintendo Switch emulator Yuzu -->
|
<!-- Nintendo Switch emulator Yuzu -->
|
||||||
<rule type="androidpackage">
|
<rule type="androidpackage">
|
||||||
<entry>org.yuzu.yuzu_emu.ea/org.yuzu.yuzu_emu.activities.EmulationActivity</entry>
|
|
||||||
<entry>org.yuzu.yuzu_emu/org.yuzu.yuzu_emu.activities.EmulationActivity</entry>
|
<entry>org.yuzu.yuzu_emu/org.yuzu.yuzu_emu.activities.EmulationActivity</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="YUZU-EA">
|
||||||
|
<!-- Nintendo Switch emulator Yuzu (Early Access) -->
|
||||||
|
<rule type="androidpackage">
|
||||||
|
<entry>org.yuzu.yuzu_emu.ea/org.yuzu.yuzu_emu.activities.EmulationActivity</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
</ruleList>
|
</ruleList>
|
|
@ -1680,6 +1680,7 @@
|
||||||
<path>%ROMPATH%/switch</path>
|
<path>%ROMPATH%/switch</path>
|
||||||
<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>
|
||||||
<platform>switch</platform>
|
<platform>switch</platform>
|
||||||
<theme>switch</theme>
|
<theme>switch</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue