Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 7, 2018
1 parent 08a5fa2 commit 3fdb715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ int main( int argc, char **argv) {

if (titleAutoboot) {
FILE* ResetData = fopen("sd:/hiya/autoboot.bin","rb");
fread((void*)0x02000300,1,0x20,ResetData);
if (ResetData) fread((void*)0x02000300,1,0x20,ResetData);
fclose(ResetData);
}

Expand Down

0 comments on commit 3fdb715

Please sign in to comment.