Skip to content

Commit

Permalink
Attempt to support R4i Gold 3DS Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Oct 7, 2018
1 parent 93cfb60 commit 634dc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/driveOperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ TWL_CODE bool twl_flashcardMount(void) {
swiWaitForVBlank();

// Read a DLDI driver specific to the cart
if (!memcmp(gamename, "R4DSULTRA", 9)) {
if (!memcmp(gamename, "QMATETRIAL", 9) || !memcmp(gamename, "R4DSULTRA", 9)) {
io_dldi_data = dldiLoadFromBin(r4idsn_sd_dldi);
return fatMountSimple("fat", &io_dldi_data->ioInterface);
} else if (!memcmp(gameid, "YCEP", 4) || !memcmp(gameid, "AHZH", 4)) {
Expand Down

0 comments on commit 634dc5d

Please sign in to comment.