Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Aug 12, 2022
1 parent e1ae8ee commit a15868e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romsel_r4theme/arm9/source/perGameSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ void perGameSettings (std::string filename) {
perGameOps++;
perGameOp[perGameOps] = 5; // Card Read DMA
}
if (!ms().secondaryDevice && (romSize > romSizeLimit || (ms().consoleModel == 0 && unitCode[CURPOS] > 0)) && !blacklisted_asyncCardRead) {
if (!ms().secondaryDevice && (romSize > romSizeLimit || (ms().consoleModel == 0 && romUnitCode > 0)) && !blacklisted_asyncCardRead) {
perGameOps++;
perGameOp[perGameOps] = 12; // Async Card Read
}
Expand Down

0 comments on commit a15868e

Please sign in to comment.