Skip to content

Commit

Permalink
Revert xbsx2 false commit
Browse files Browse the repository at this point in the history
  • Loading branch information
retropassdev committed Aug 14, 2023
1 parent f98037c commit 4cd1f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetroPass/UrlSchemeGenerator.cs
Expand Up @@ -61,7 +61,7 @@ private static string GetUrlRetrix(Game game)

private static string GetUrlXBSX2(Game game)
{
string args = "cmd=" + "pcsx2.exe";
string args = "cmd=" + "xbsx2.exe";
args += " \"" + Uri.EscapeDataString(game.ApplicationPathFull) + "\"";
args += "&launchOnExit=" + "retropass:";
return game.GamePlatform.EmulatorType.ToString() + ":?" + args;
Expand Down

0 comments on commit 4cd1f11

Please sign in to comment.