Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 9, 2024
1 parent 5842c05 commit a13814b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions romsel_dsimenutheme/arm9/source/fileBrowse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2927,8 +2927,7 @@ std::string browseForFile(const std::vector<std::string_view> extensionList) {
updateBoxArt();
if (ms().theme < 4) {
while (dboxInFrame) {
snd().updateStream();
swiWaitForVBlank();
bgOperations(true);
}
}
dbox_showIcon = false;
Expand Down

0 comments on commit a13814b

Please sign in to comment.