Skip to content

Commit

Permalink
Merge pull request #50 from saulfabregwiivc/patch-8
Browse files Browse the repository at this point in the history
correct some mistakes when adding autoFix for Star Wars: Dark Forces
  • Loading branch information
xjsxjs197 committed Nov 2, 2022
2 parents ecd5288 + 21bb173 commit 0710ff3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gamecube/menu/FileBrowserFrame.cpp
Expand Up @@ -578,13 +578,14 @@ static void CheckGameAutoFix(void)
}

// For special game correction
autoFixLen = 4;
autoFixLen = 5;
char autoFixSpecialGames[autoFixLen][10] = {
// Star Wars - Dark Forces
"SLPS00685" // NTSC-U
"SLUS00297" // NTSC-U
,"SLPS00685" // NTSC-J
,"SLES00585" // PAL
,"SLES00640" // PAL
,"SLES00646" // PAL
,"SLES00640" // PAL (Italy)
,"SLES00646" // PAL (Spain)
};
dwActFixes = 0;
for (i = 0; i < autoFixLen; i++)
Expand Down

0 comments on commit 0710ff3

Please sign in to comment.