Skip to content

Commit 9240cdb

Browse files
committed
Reverted to \r.
1 parent 56f78f4 commit 9240cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libogc/exception.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ static void waitForReload(void)
214214
{
215215
if(reload_timer > 0) {
216216
kprintf("\x1b[2K\tReloading in %d seconds", reload_timer/50);
217+
kprintf("\r\tReloading in %d seconds ", reload_timer/50);
217218
}
218219
PAD_ScanPads();
219220

0 commit comments

Comments
 (0)