Skip to content

Commit

Permalink
Update hook_arm9.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 21, 2024
1 parent 7af8fe6 commit 25e28bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions retail/bootloaderi/source/arm7/hook_arm9.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,6 @@ int hookNdsRetailArm9(
size = (consoleModel > 0 ? dev_CACHE_ADRESS_SIZE : retail_CACHE_ADRESS_SIZE);
}
}
extern u8 _io_dldi_size;
if (gameOnFlashcard && _io_dldi_size >= 0xF) {
ce9->cacheAddress += 0x8000;
size -= 0x8000;
}
ce9->romLocation = ce9->cacheAddress;
ce9->cacheSlots = size/cacheBlockSize;
}
Expand Down

0 comments on commit 25e28bd

Please sign in to comment.