diff --git a/romsel_dsimenutheme/arm9/source/fileBrowse.cpp b/romsel_dsimenutheme/arm9/source/fileBrowse.cpp index 43256cc9dd..c22020bd55 100644 --- a/romsel_dsimenutheme/arm9/source/fileBrowse.cpp +++ b/romsel_dsimenutheme/arm9/source/fileBrowse.cpp @@ -2927,8 +2927,7 @@ std::string browseForFile(const std::vector extensionList) { updateBoxArt(); if (ms().theme < 4) { while (dboxInFrame) { - snd().updateStream(); - swiWaitForVBlank(); + bgOperations(true); } } dbox_showIcon = false;