Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 27, 2023
1 parent b929323 commit 24a4325
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 @@ -229,7 +229,7 @@ int main(int argc, char **argv) {
bool twlmFound = (access("sd:/_nds/TWiLightMenu", F_OK) == 0);

waitBeforeFade = false;
// fadeType = true;
fadeType = true;

int returnTextPos = 28;
clearText();
Expand Down

0 comments on commit 24a4325

Please sign in to comment.