mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Comment out non-working code
This commit is contained in:
parent
1a870ca810
commit
cd539aa59d
@ -148,7 +148,7 @@ TWL_CODE bool twl_flashcardMount(void) {
|
||||
sysSetCardOwner (BUS_OWNER_ARM7); // 3DS fix
|
||||
|
||||
// Read a DLDI driver specific to the cart
|
||||
if (!memcmp(gameid, "ASMA", 4)) {
|
||||
/*if (!memcmp(gameid, "ASMA", 4)) {
|
||||
io_dldi_data = dldiLoadFromBin(r4tf_dldi);
|
||||
fatMountSimple("fat", &io_dldi_data->ioInterface);
|
||||
} else if (!memcmp(gamename, "TOP TF/SD DS", 12) || !memcmp(gameid, "A76E", 4)) {
|
||||
@ -160,16 +160,16 @@ TWL_CODE bool twl_flashcardMount(void) {
|
||||
} else if (!memcmp(gamename, "D!S!XTREME", 12) && !memcmp(gameid, "AYIE", 4)) {
|
||||
io_dldi_data = dldiLoadFromBin(dsx_dldi);
|
||||
fatMountSimple("fat", &io_dldi_data->ioInterface);
|
||||
} else if (!memcmp(gamename, "QMATETRIAL", 9) || !memcmp(gamename, "R4DSULTRA", 9)) {
|
||||
} 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)) {
|
||||
io_dldi_data = dldiLoadFromBin(ak2_sd_dldi);
|
||||
fatMountSimple("fat", &io_dldi_data->ioInterface);
|
||||
} else if (!memcmp(gameid, "ALXX", 4)) {
|
||||
} /*else if (!memcmp(gameid, "ALXX", 4)) {
|
||||
io_dldi_data = dldiLoadFromBin(dstwo_dldi);
|
||||
fatMountSimple("fat", &io_dldi_data->ioInterface);
|
||||
}
|
||||
}*/
|
||||
|
||||
if (flashcardFound()) {
|
||||
fatGetVolumeLabel("fat", fatLabel);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user