Skip to content

Commit

Permalink
DSi theme: Fix top screen appearing with white tint
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Sep 20, 2024
1 parent 450ae37 commit ccc88d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions romsel_dsimenutheme/arm9/source/fileBrowse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,7 @@ void getDirectoryContents(std::vector<DirEntry> &dirContents, const std::vector<
void waitForFadeOut(void) {
if (!dropDown && ms().theme == TWLSettings::EThemeDSi) {
dropDown = true;
for (int i = 0; i < 60; i++) {
bgOperations(true);
}
while (!screenFadedIn()) { bgOperations(true); }
}
}

Expand Down Expand Up @@ -3104,7 +3102,6 @@ std::string browseForFile(const std::vector<std::string_view> extensionList) {
musicplaying = true;
}

snd().updateStream();
waitForFadeOut();
controlTopBright = false;
fadeSpeed = true; // Fast fade speed
Expand Down

0 comments on commit ccc88d2

Please sign in to comment.