mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Attempt to support R4i Gold 3DS Plus
This commit is contained in:
parent
93cfb60710
commit
634dc5d963
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user