Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 23, 2024
1 parent 9e4dc71 commit cd9effb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booter/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ int main(int argc, char **argv) {

DC_FlushRange((void*)0x02810000, 16);

if (*(u16*)0x0281000E == 0 && *(u8*)0x0281000C == 0) {
if (!fatInited && *(u16*)0x0281000E == 0 && *(u8*)0x0281000C == 0) {
waitBeforeFade = false;

clearText();
Expand Down

0 comments on commit cd9effb

Please sign in to comment.