Added Triforce (Dolphin fork) standalone as an alternative emulator for the gc system on Linux and Windows.

This commit is contained in:
Leon Styhre 2022-08-27 18:05:00 +02:00
parent cf13223ab4
commit e1c1b40916
5 changed files with 32 additions and 0 deletions

View file

@ -71,6 +71,7 @@ Emulators\SimCoupe\SimCoupe.exe
Emulators\snes9x\snes9x-x64.exe
Emulators\solarus\solarus-run.exe
Emulators\Supermodel\Supermodel.exe
Emulators\Triforce\DolphinWX.exe
Emulators\tsugaru\Tsugaru_CUI.exe
Emulators\VBA-M\visualboyadvance-m.exe
Emulators\VICE\x64sc.exe

View file

@ -532,6 +532,17 @@
<entry>steam</entry>
</rule>
</emulator>
<emulator name="TRIFORCE">
<!-- Triforce, fork of Nintendo GameCube and Wii emulator Dolphin -->
<rule type="systempath">
<entry>dolphin-emu-triforce</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/dolphin-emu-triforce*.AppImage</entry>
<entry>~/.local/bin/dolphin-emu-triforce*.AppImage</entry>
<entry>~/bin/dolphin-emu-triforce*.AppImage</entry>
</rule>
</emulator>
<emulator name="TSUGARU">
<!-- Fujitsu FM Towns emulator Tsugaru -->
<rule type="staticpath">

View file

@ -583,6 +583,17 @@
<entry>%ESPATH%\..\Supermodel\Supermodel.exe</entry>
</rule>
</emulator>
<emulator name="TRIFORCE">
<!-- Triforce, fork of Nintendo GameCube and Wii emulator Dolphin -->
<rule type="systempath">
<entry>Triforce.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Triforce\DolphinWX.exe</entry>
<entry>%ESPATH%\Triforce\DolphinWX.exe</entry>
<entry>%ESPATH%\..\Triforce\DolphinWX.exe</entry>
</rule>
</emulator>
<emulator name="TSUGARU">
<!-- Fujitsu FM Towns emulator Tsugaru -->
<rule type="systempath">

View file

@ -397,6 +397,14 @@
<entry>%ESPATH%\..\Supermodel\Supermodel.exe</entry>
</rule>
</emulator>
<emulator name="TRIFORCE">
<!-- Triforce, fork of Nintendo GameCube and Wii emulator Dolphin -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Triforce\DolphinWX.exe</entry>
<entry>%ESPATH%\Triforce\DolphinWX.exe</entry>
<entry>%ESPATH%\..\Triforce\DolphinWX.exe</entry>
</rule>
</emulator>
<emulator name="TSUGARU">
<!-- Fujitsu FM Towns emulator Tsugaru -->
<rule type="staticpath">

View file

@ -572,6 +572,7 @@
<command label="Dolphin">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\dolphin_libretro.dll %ROM%</command>
<command label="Dolphin (Standalone)">%EMULATOR_DOLPHIN% -b -e %ROM%</command>
<command label="PrimeHack (Standalone)">%EMULATOR_PRIMEHACK% -b -e %ROM%</command>
<command label="Triforce (Standalone)">%EMULATOR_TRIFORCE% -b -e %ROM%</command>
<platform>gc</platform>
<theme>gc</theme>
</system>