Skip to content

Commit 2d8b502

Browse files
committed
Fix build error
1 parent 0bc035d commit 2d8b502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arm9/source/driveOperations.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@ TWL_CODE bool twl_flashcardMount(void) {
434434
return false;
435435
}
436436

437+
bool doCardInit = false;
438+
437439
// Read a DLDI driver specific to the cart
438440
if (!memcmp(gamename, "QMATETRIAL", 9) || !memcmp(gamename, "R4DSULTRA", 9) // R4iDSN/R4 Ultra
439441
|| !memcmp(gameid, "ACEK", 4) || !memcmp(gameid, "YCEP", 4) || !memcmp(gameid, "AHZH", 4) || !memcmp(gameid, "CHPJ", 4) || !memcmp(gameid, "ADLP", 4)) { // Acekard 2(i)

0 commit comments

Comments
 (0)