(macOS) Added support for the Cemu standalone emulator for the wiiu system.

This commit is contained in:
Leon Styhre 2022-11-23 20:26:27 +01:00
parent 218d64da95
commit d31536af4b
2 changed files with 8 additions and 2 deletions

View file

@ -46,6 +46,12 @@
<entry>/Applications/BasiliskII.app/Contents/MacOS/BasiliskII</entry>
</rule>
</emulator>
<emulator name="CEMU">
<!-- Nintendo Wii U emulator Cemu -->
<rule type="staticpath">
<entry>/Applications/Cemu.app/Contents/MacOS/Cemu</entry>
</rule>
</emulator>
<emulator name="CITRA">
<!-- Nintendo 3DS emulator Citra -->
<rule type="staticpath">

View file

@ -1579,8 +1579,8 @@
<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>