Skip to content

Commit

Permalink
Potential bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 25, 2023
1 parent dc8384e commit 3d05711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions retail/bootloader/include/patch.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ u32 patchCardNdsArm9(
const tNDSHeader* ndsHeader,
const module_params_t* moduleParams,
u32 patchMpuRegion,
u32 patchMpuSize
const bool usesCloneboot
);
void patchCardNdsArm9Cont(
cardengineArm9* ce9,
Expand All @@ -157,7 +157,7 @@ u32 patchCardNds(
tNDSHeader* ndsHeader,
const module_params_t* moduleParams,
u32 patchMpuRegion,
u32 patchMpuSize,
const bool usesCloneboot,
u32 saveFileCluster,
u32 saveSize
);
Expand Down
4 changes: 2 additions & 2 deletions retail/bootloaderi/include/patch.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ u32 patchCardNdsArm9(
const ltd_module_params_t* ltdModuleParams,
u32 ROMinRAM,
u32 patchMpuRegion,
bool usesCloneboot
const bool usesCloneboot
);
u32 patchCardNdsArm7(
cardengineArm7* ce7,
Expand All @@ -193,7 +193,7 @@ u32 patchCardNds(
const module_params_t* moduleParams,
const ltd_module_params_t* ltdModuleParams,
u32 patchMpuRegion,
bool usesCloneboot,
const bool usesCloneboot,
u32 ROMinRAM,
u32 saveFileCluster,
u32 saveSize
Expand Down

0 comments on commit 3d05711

Please sign in to comment.