Skip to content

Commit 997ce48

Browse files
authored
Fix Dolphin path
1 parent d2694c2 commit 997ce48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prepare.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ $newConfig = "<systemList>
689689
<name>gc</name>
690690
<path>$gcPath</path>
691691
<extension>.iso .ISO</extension>
692-
<command>C:\tools\Dolphin-x64\Dolphin.exe -e `"%ROM_RAW%`"</command>
692+
<command>C:\tools\Dolphin-Beta\Dolphin.exe -e `"%ROM_RAW%`"</command>
693693
<platform>gc</platform>
694694
<theme>gc</theme>
695695
</system>
@@ -698,7 +698,7 @@ $newConfig = "<systemList>
698698
<fullname>Nintendo Wii</fullname>
699699
<path>$wiiPath</path>
700700
<extension>.iso .ISO .wad .WAD</extension>
701-
<command>C:\tools\Dolphin-x64\Dolphin.exe -e `"%ROM_RAW%`"</command>
701+
<command>C:\tools\Dolphin-Beta\Dolphin.exe -e `"%ROM_RAW%`"</command>
702702
<platform>wii</platform>
703703
<theme>wii</theme>
704704
</system>

0 commit comments

Comments
 (0)