mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Add original r4 support
This commit is contained in:
parent
7bf8d658ee
commit
51cd83e28b
@ -181,7 +181,10 @@ TWL_CODE bool twl_flashcardMount(void) {
|
||||
} 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, "ASMA", 4)) {
|
||||
io_dldi_data = dldiLoadFromBin(r4_sd_dldi);
|
||||
fatMountSimple("fat", &io_dldi_data->ioInterface);
|
||||
}
|
||||
|
||||
if (flashcardFound()) {
|
||||
fatGetVolumeLabel("fat", fatLabel);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user