Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Aug 13, 2024
1 parent be98964 commit 7e20641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions romsel_aktheme/arm9/source/graphics/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ void resetIconScale(void) {
iconScaleLarge = true;
iconScaleDelay = 0;
iconShift = 0;
while (updateFrame) {
swiWaitForVBlank();
}
updateFrame = true;
}

ITCM_CODE void updateSelectionBar(void) {
Expand Down

0 comments on commit 7e20641

Please sign in to comment.