2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:07:42 +00:00

Minimized shader hash generation; more compatible MultiProgressPrinter

This commit is contained in:
Jack Andersen
2018-04-07 10:52:35 -10:00
parent 1eaa57bba2
commit 396790181a
7 changed files with 33 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
#define BOLD "\033[1m"
#define NORMAL "\033[0m"
#define PREV_LINE "\033[%dF"
#define PREV_LINE "\r\033[%dA"
#define HIDE_CURSOR "\033[?25l"
#define SHOW_CURSOR "\033[?25h"