Clean up `nuGfxInitEX2`

This commit is contained in:
gijs 2023-10-20 16:45:49 +02:00
parent cb11271360
commit 6327ab0fda
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ void nuGfxInitEX2(void) {
Gfx* ptr = list; Gfx* ptr = list;
nuGfxThreadStart(); nuGfxThreadStart();
nuGfxSetCfb(&__SOMETHING_FRAMEBUFFERS, 3); nuGfxSetCfb(&__SOMETHING_FRAMEBUFFERS, NU_GFX_FRAMEBUFFER_NUM);
D_800C4B20 = BOOT_ADDRESS_ULTRA; D_800C4B20 = BOOT_ADDRESS_ULTRA;
set_swap_buffer_func(__osViSwapBuffer_3); set_swap_buffer_func(__osViSwapBuffer_3);
D_800C4CE0 = &D_800A9EB0; D_800C4CE0 = &D_800A9EB0;