Skip to content

Commit e3d0d17

Browse files
boot: render loading screen before config probing
1 parent a4471ef commit e3d0d17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/opl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,7 @@ static void init(void)
19621962
padStatus = startPads();
19631963
readPads();
19641964
if (!getKeyPressed(KEY_START)) {
1965+
guiRenderTextScreen(_l(_STR_LOADING_SETTINGS));
19651966
_loadConfig(); // only try to restore config if emergency key is not being pressed
19661967
} else {
19671968
LOG("--- SKIPPING OPL CONFIG LOADING\n");

0 commit comments

Comments
 (0)