Use full color framebuffer format

Use full color (GSP_BGR8_OES) framebuffer format. Fixes color banding issues.
This commit is contained in:
MasterFeizz 2022-12-01 18:34:58 -05:00
parent 10367ca0d9
commit 5578e3c910
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ int main (int argc, char **argv)
APT_CheckNew3DS(&new3ds_flag);
gfxInit(GSP_RGB565_OES,GSP_RGB565_OES,false);
gfxInit(GSP_BGR8_OES, GSP_RGB565_OES, false);
gfxSetDoubleBuffering(GFX_BOTTOM, false);
gfxSwapBuffersGpu();