]> Chaos Git - corbenik/ctrulib.git/commitdiff
Changed gfxSwapBuffers() to gfxSwapBuffersGpu() in consoleInit(). This fixes the...
authoryellows8 <yellows8@users.noreply.github.com>
Tue, 27 Oct 2015 23:34:07 +0000 (19:34 -0400)
committeryellows8 <yellows8@users.noreply.github.com>
Tue, 27 Oct 2015 23:34:07 +0000 (19:34 -0400)
libctru/source/console.c

index e7ea8bd8cc5eabb782a68a82abbd5b0cd2bab643..e19563808f4f3fa6b447134785253382c1b0c1a3 100644 (file)
@@ -528,7 +528,7 @@ PrintConsole* consoleInit(gfxScreen_t screen, PrintConsole* console) {
 \r
        gfxSetScreenFormat(screen,GSP_RGB565_OES);\r
        gfxSetDoubleBuffering(screen,false);\r
-       gfxSwapBuffers();\r
+       gfxSwapBuffersGpu();\r
        gspWaitForVBlank();\r
 \r
        console->frameBuffer = (u16*)gfxGetFramebuffer(screen, GFX_LEFT, NULL, NULL);\r