Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Mar 1, 2024
1 parent e6bcb18 commit ccee9db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion retail/bootloader/source/arm7/patch_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,5 @@ u32 patchCardNds(
return patchCardNdsArm7(ce7, ndsHeader, moduleParams, saveFileCluster);
}

dbg_printf("ERR_LOAD_OTHR");
return ERR_LOAD_OTHR;
}
1 change: 0 additions & 1 deletion retail/bootloaderi/source/arm7/patch_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -16827,6 +16827,5 @@ u32 patchCardNds(
return patchCardNdsArm7(ce7, ndsHeader, moduleParams, ROMinRAM, saveFileCluster, saveSize);
}

dbg_printf("ERR_LOAD_OTHR");
return ERR_LOAD_OTHR;
}

0 comments on commit ccee9db

Please sign in to comment.