Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jun 27, 2024
1 parent cff69af commit 07be05d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions romsel_r4theme/arm9/source/fileBrowse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1524,11 +1524,6 @@ std::string browseForFile(const std::vector<std::string_view> extensionList) {
}

if ((pressed & KEY_R) && bothSDandFlashcard()) {
consoleClear();
if (ms().theme == TWLSettings::EThemeGBC) {
iprintf ("\x1b[6;8H");
}
printf("Please wait...\n");
ms().cursorPosition[ms().secondaryDevice] = fileOffset;
ms().pagenum[ms().secondaryDevice] = 0;
for (int i = 0; i < 100; i++) {
Expand Down

0 comments on commit 07be05d

Please sign in to comment.