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).