Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 27, 2024
1 parent cc234a4 commit 3380681
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions retail/bootloaderi/source/arm7/hook_arm9.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ int hookNdsRetailArm9(
size = retail_CACHE_ADRESS_SIZE_BROWSER;
} else {
ce9->cacheAddress = (dsiMode ? CACHE_ADRESS_START_DSIMODE : start);
if (!dsiMode && (ce9->valueBits & b_dsiBios) && !laterSdk) {
ce9->cacheAddress -= cacheBlockSize;
}
if (dsiMode) {
size = (consoleModel > 0 ? dev_CACHE_ADRESS_SIZE_DSIMODE : retail_CACHE_ADRESS_SIZE_DSIMODE);
} else {
Expand Down

0 comments on commit 3380681

Please sign in to comment.