From f74d0996fdcc75be0349908ab9af59aedfaad0cf Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Wed, 19 Oct 2022 20:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BD=BF=E7=94=A8=E4=B8=8B?= =?UTF-8?q?=E5=B1=8F=E4=BD=9C=E4=B8=BA=E6=8E=A7=E5=88=B6=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/main.c | 2 +- source/arm11/open_agb_firm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/arm11/main.c b/source/arm11/main.c index fd6b461..70a4fe7 100644 --- a/source/arm11/main.c +++ b/source/arm11/main.c @@ -53,7 +53,7 @@ int main(void) if(res == RES_OK) res = oafParseConfigEarly(); GFX_init(GFX_BGR8, GFX_RGB565); setBacklight(); - consoleInit(SCREEN_TOP, NULL); + consoleInit(SCREEN_BOT, NULL); //CODEC_init(); if(res == RES_OK && (res = oafInitAndRun()) == RES_OK) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index fad92de..d6e6387 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -864,7 +864,6 @@ u8 oafGetBacklightConfig(void) Result oafInitAndRun(void) { Result res; - GFX_setDoubleBuffering(SCREEN_BOT, false); char *const filePath = (char*)calloc(512, 1); if(filePath != NULL) { @@ -901,6 +900,7 @@ Result oafInitAndRun(void) // Prepare ARM9 for GBA mode + save loading. if((res = LGY_prepareGbaMode(g_oafConfig.directBoot, saveType, filePath)) == RES_OK) { + ee_puts("\x1b[2J"); #ifdef NDEBUG // Force black and turn the backlight off on the bottom screen. // Don't turn the backlight off on 2DS (1 panel).