(Windows) Added PrimeHack as an alternative emulator for the gc and wii systems.

This commit is contained in:
Leon Styhre 2022-08-12 22:15:48 +02:00
parent e226624327
commit 63a5800e84
4 changed files with 23 additions and 0 deletions

View file

@ -57,6 +57,7 @@ Emulators\PCSX2-Qt\pcsx2-qtx64-avx2.exe
Emulators\PICO-8\pico8.exe
Emulators\Play\Play.exe
Emulators\PPSSPP\PPSSPPWindows64.exe
Emulators\PrimeHack\Dolphin.exe
Emulators\redream\redream.exe
Emulators\RPCS3\rpcs3.exe
Emulators\ruffle\ruffle.exe

View file

@ -406,6 +406,18 @@
<entry>%ESPATH%\..\PPSSPP\PPSSPPWindows64.exe</entry>
</rule>
</emulator>
<emulator name="PRIMEHACK">
<!-- PrimeHack, fork of Nintendo GameCube and Wii emulator Dolphin -->
<rule type="systempath">
<!-- Must be renamed from Dolphin.exe to avoid a potential Path/name conflict -->
<entry>PrimeHack.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\PrimeHack\Dolphin.exe</entry>
<entry>%ESPATH%\PrimeHack\Dolphin.exe</entry>
<entry>%ESPATH%\..\PrimeHack\Dolphin.exe</entry>
</rule>
</emulator>
<emulator name="REDREAM">
<!-- Sega Dreamcast emulator Redream -->
<rule type="systempath">

View file

@ -272,6 +272,14 @@
<entry>%ESPATH%\..\PPSSPP\PPSSPPWindows64.exe</entry>
</rule>
</emulator>
<emulator name="PRIMEHACK">
<!-- PrimeHack, fork of Nintendo GameCube and Wii emulator Dolphin -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\PrimeHack\Dolphin.exe</entry>
<entry>%ESPATH%\PrimeHack\Dolphin.exe</entry>
<entry>%ESPATH%\..\PrimeHack\Dolphin.exe</entry>
</rule>
</emulator>
<emulator name="REDREAM">
<!-- Sega Dreamcast emulator Redream -->
<rule type="staticpath">

View file

@ -570,6 +570,7 @@
<extension>.gcm .GCM .iso .ISO .wbfs .WBFS .wia .WIA .ciso .CISO .gcz .GCZ .elf .ELF .dol .DOL .dff .DFF .json .JSON .rvz .RVZ .tgc .TGC .wad .WAD .m3u .M3U .7z .7Z .zip .ZIP</extension>
<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>
<platform>gc</platform>
<theme>gc</theme>
</system>
@ -1585,6 +1586,7 @@
<extension>.gcm .GCM .iso .ISO .wbfs .WBFS .wia .WIA .ciso .CISO .gcz .GCZ .elf .ELF .dol .DOL .dff .DFF .json .JSON .rvz .RVZ .tgc .TGC .wad .WAD .m3u .M3U .7z .7Z .zip .ZIP</extension>
<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>
<platform>wii</platform>
<theme>wii</theme>
</system>