Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
Patched running the wrong Dolphin due to Windows being Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed May 21, 2019
1 parent 5525502 commit b9338c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimeHack Updater/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static void Main(string[] args)

public static void runPrimeHack()
{
Process.Start("Dolphin.exe");
Process.Start(".\\Dolphin.exe");

System.Environment.Exit(1);
}
Expand Down

0 comments on commit b9338c2

Please sign in to comment.