diff --git a/source/fb_assert.c b/source/fb_assert.c index f81689e..25195e7 100644 --- a/source/fb_assert.c +++ b/source/fb_assert.c @@ -47,6 +47,9 @@ NDMA_fill((u32*)FRAMEBUF_SUB_A_1, color, SCREEN_SIZE_SUB); NDMA_fill((u32*)FRAMEBUF_SUB_A_2, color, SCREEN_SIZE_SUB); #elif ARM11 + GX_textureCopy((u64*)RENDERBUF_TOP, 0, (u64*)GFX_getFramebuffer(SCREEN_TOP), + 0, SCREEN_SIZE_TOP + SCREEN_SIZE_SUB); + GFX_swapFramebufs(); __wfi(); #endif }