Skip to content

Commit

Permalink
Update firm.c
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Mar 9, 2024
1 parent 02390fd commit 387d675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/firm.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ u32 patchNativeFirm(u32 firmVersion, FirmwareSource nandType, bool loadFromStora
ret = 0;

#ifndef BUILD_FOR_EXPLOIT_DEV
//Skip on FIRMs < 5.0
//Skip on FIRMs < 4.0
if(ISN3DS || firmVersion >= 0x1D)
{
//Find the Kernel11 SVC table and handler, exceptions page and free space locations
Expand Down

0 comments on commit 387d675

Please sign in to comment.