ensure mode changes

This commit is contained in:
Dave Murphy 2015-02-27 20:49:39 +00:00
parent 36f82b8bb8
commit 8e031b1080

View File

@ -528,6 +528,9 @@ PrintConsole* consoleInit(gfxScreen_t screen, PrintConsole* console) {
gfxSetScreenFormat(screen,GSP_RGB565_OES);
gfxSetDoubleBuffering(screen,false);
gfxSwapBuffers();
gspWaitForVBlank();
console->frameBuffer = (u16*)gfxGetFramebuffer(screen, GFX_LEFT, NULL, NULL);
if(screen==GFX_TOP) {