Skip to content

Commit

Permalink
SD Card: Update card read DMA and TWL clock speed blacklists
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Sep 29, 2021
1 parent 36c13ec commit 9f8c6d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SD Card/sd/arm9/include/dmaExcludeMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
static const char cardReadDMAExcludeList[][4] = {
"AY6", // Bangai-O Spirits
"AWD", // Diddy Kong Racing
"A3V", // Digimon World: Dawn
"A6R", // Digimon World: Dusk
"YV5", // Dragon Quest V: Hand of the Heavenly Bride
"APR", // Feel the Magic: XY-XX
"AFF", // Final Fantasy III
Expand All @@ -18,7 +20,6 @@ static const char cardReadDMAExcludeList[][4] = {
"COL", // Mario & Sonic at the Olympic Winter Games
"AUG", // Need for Speed: Underground 2
"A2D", // New(er) Super Mario Bros. (DS)
"ARR", // Ridge Racer DS
"B8I", // Spider-Man: Edge of Time
"AST", // Star Wars: Episode III: Revenge of the Sith
"TAM", // The Amazing Spider-Man
Expand Down
6 changes: 5 additions & 1 deletion SD Card/sd/arm9/include/twlClockExcludeMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ static const char twlClockExcludeList[][4] = {
"CLP", // Club Pengion: Elite Penguin Force
"CY9", // Club Penguin: EPF: Herbert's Revenge
"ATD", // Clubhouse Games
"YGD", // Diary Girl
"AKY", // Etrian Odyssey
"YIK", // Etrian Odyssey II: Heroes of Lagaard
"YGX", // Grand Theft Auto: Chinatown Wars
"AWI", // Hotel Dusk: Room 215
"C6C", // Infinite Space
Expand All @@ -28,9 +31,10 @@ static const char twlClockExcludeList[][4] = {
"AY9", // Mario & Sonic at the Olympic Games
"BZP", // Peppa Pig: Theme Park Fun
"AQW", // Puzzle Quest: Challenge of the Warlords
"BRJ", // Radiant Historia
"ASC", // Sonic Rush
"ASM", // Super Mario 64 DS
"COZ", // The Wizard of Oz: Beyond the Yellow Brick Road
};

#endif
#endif // TWLCLOCKEXCLUDEMAP_H

0 comments on commit 9f8c6d9

Please sign in to comment.