Skip to content

Commit

Permalink
Add Pokemon Trozei to isGameLaggy check
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Sep 20, 2018
1 parent d26a51b commit be0ca39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cardengine/arm9/source/cardengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ static inline bool isGameLaggy(const tNDSHeader* ndsHeader) {
return (strncmp(romTid, "ASM", 3) == 0 // Super Mario 64 DS (fixes sound crackles)
|| strncmp(romTid, "AP2", 3) == 0 // Metroid Prime Pinball
|| strncmp(romTid, "ADM", 3) == 0 // Animal Crossing: Wild World (fixes some sound crackles)
|| strncmp(romTid, "APT", 3) == 0 // Pokemon Trozei (slightly boosts load speed)
|| strncmp(romTid, "A2D", 3) == 0 // New Super Mario Bros. (fixes sound crackles)
|| strncmp(romTid, "YCT", 3) == 0 // Contra 4 (slightly boosts load speed)
|| strncmp(romTid, "YGX", 3) == 0 // Grand Theft Auto: Chinatown Wars
Expand Down

0 comments on commit be0ca39

Please sign in to comment.