Split `nuGfxSetCfb` to C

This commit is contained in:
gijs 2023-10-20 12:40:44 +02:00
parent b41fadc833
commit c711ee9ea7
2 changed files with 4 additions and 1 deletions

View File

@ -116,7 +116,7 @@ segments:
- [0x19DD0, c, "_ob_questionable_glass"]
- [0x19E10, asm]
- [0x19E30, c, "nu/nugfxretracewait"]
- [0x19EB0, asm]
- [0x19EB0, c, "nu/nugfxsetcfb"]
- [0x19FC0, c, "black"]
- [0x1A050, c, "_ob_icy_coast"]
- [0x1A4F0, c, "rom_copy"]

3
src/nu/nugfxsetcfb.c Normal file
View File

@ -0,0 +1,3 @@
#include "common.h"
INCLUDE_ASM(const s32, "nu/nugfxsetcfb", nuGfxSetCfb);