From 2bd4e57081365750b163facf911b94ba2b0857bc Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Mon, 10 Feb 2020 01:25:35 -0700 Subject: [PATCH] Add direct access for AK2i with Deep Labyrinth banner --- 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 15859c8..1d70207 100644 --- a/arm9/source/driveOperations.cpp +++ b/arm9/source/driveOperations.cpp @@ -286,7 +286,7 @@ TWL_CODE bool twl_flashcardMount(void) { } else if (!memcmp(gamename, "QMATETRIAL", 9) || !memcmp(gamename, "R4DSULTRA", 9)) { io_dldi_data = dldiLoadFromBin(r4idsn_sd_dldi); fatMountSimple("fat", &io_dldi_data->ioInterface); - } else if (!memcmp(gameid, "ACEK", 4) || !memcmp(gameid, "YCEP", 4) || !memcmp(gameid, "AHZH", 4) || !memcmp(gameid, "CHPJ", 4)) { + } else if (!memcmp(gameid, "ACEK", 4) || !memcmp(gameid, "YCEP", 4) || !memcmp(gameid, "AHZH", 4) || !memcmp(gameid, "CHPJ", 4) || !memcmp(gameid, "ADLP", 4)) { io_dldi_data = dldiLoadFromBin(ak2_sd_dldi); fatMountSimple("fat", &io_dldi_data->ioInterface); } /*else if (!memcmp(gameid, "ALXX", 4)) {