From 634dc5d96313ecfe2b16a9a2cbc465b1199d1f43 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Sun, 7 Oct 2018 12:38:52 -0600 Subject: [PATCH] Attempt to support R4i Gold 3DS Plus --- arm9/source/driveOperations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/driveOperations.cpp b/arm9/source/driveOperations.cpp index 4aee774..1b837c6 100644 --- a/arm9/source/driveOperations.cpp +++ b/arm9/source/driveOperations.cpp @@ -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)) {