mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added Triforce (Dolphin fork) standalone as an alternative emulator for the gc system on Linux and Windows.
This commit is contained in:
parent
cf13223ab4
commit
e1c1b40916
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue