关闭清屏

This commit is contained in:
anod 2023-03-07 18:00:08 +08:00
parent 74b6201437
commit 1e11b363c4

View File

@ -1013,7 +1013,7 @@ Result oafInitAndRun(void)
if((res = LGY_prepareGbaMode(g_oafConfig.directBoot, saveType, filePath)) == RES_OK) if((res = LGY_prepareGbaMode(g_oafConfig.directBoot, saveType, filePath)) == RES_OK)
{ {
ee_puts("\x1b[2J"); //ee_puts("\x1b[2J");
#ifdef NDEBUG #ifdef NDEBUG
// Force black and turn the backlight off on the bottom screen. // Force black and turn the backlight off on the bottom screen.
// Don't turn the backlight off on 2DS (1 panel). // Don't turn the backlight off on 2DS (1 panel).