mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
CEMU: added in es_systems and es_find_rules
This commit is contained in:
parent
355d6c49fc
commit
2928f40ced
|
@ -86,6 +86,17 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/dev.bsnes.bsnes</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="CEMU">
|
||||
<!-- Nintendo Wii U emulator Cemu -->
|
||||
<rule type="systempath">
|
||||
<entry>Cemu</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/Cemu/Cemu</entry>
|
||||
<entry>~/.local/bin/Cemu/Cemu</entry>
|
||||
<entry>~/bin/Cemu/Cemu</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="CITRA">
|
||||
<!-- Nintendo 3DS emulator Citra -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1522,11 +1522,12 @@
|
|||
<name>wiiu</name>
|
||||
<fullname>Nintendo Wii U</fullname>
|
||||
<path>%ROMPATH%/wiiu</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.rpx .RPX .wua .WUA .wud .WUD .wux .WUX</extension>
|
||||
<command label="Cemu (Standalone)">%EMULATOR_CEMU% -g %ROM%</command>
|
||||
<platform>wiiu</platform>
|
||||
<theme>wiiu</theme>
|
||||
</system>
|
||||
|
||||
<system>
|
||||
<name>wonderswan</name>
|
||||
<fullname>Bandai WonderSwan</fullname>
|
||||
|
|
Loading…
Reference in a new issue