Skip to content

Commit

Permalink
Update nds_loader_arm9.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 11, 2024
1 parent bf79b1c commit c179786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/nds_loader_arm9.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ int runNds (const void* loader, u32 loaderSize, u32 cluster, bool initDisc, bool
*((vu32*)0x02FFFE04) = (u32)0xE59FF018;
*((vu32*)0x02FFFE24) = (u32)0x02FFFE04;

resetARM7(0x06000000);
resetARM7(0x06008000);

swiSoftReset();
return true;
Expand Down

0 comments on commit c179786

Please sign in to comment.