haze: use gpu console for rendering

This commit is contained in:
Liam
2023-10-13 21:44:52 -04:00
committed by SciresM
parent c866c15856
commit d9fff85bc4
6 changed files with 592 additions and 9 deletions

View File

@@ -143,7 +143,7 @@ namespace haze {
if (m_is_applet_mode) {
/* Print "Applet Mode" in red text. */
printf("\n" CONSOLE_ESC(38;5;196m) "Applet Mode" CONSOLE_ESC(0m) "\n");
printf("\n" CONSOLE_ESC(31;1m) "Applet Mode" CONSOLE_ESC(0m) "\n");
}
consoleUpdate(nullptr);