Split `nuGfxTaskAllEndWait` into it's own C file

This commit is contained in:
gijs 2023-10-20 17:35:53 +02:00
parent 42c160f7b9
commit 9d669a11af
2 changed files with 4 additions and 1 deletions

View File

@ -116,7 +116,7 @@ segments:
- [0x19940, c, "nu/nugfxtaskmgr"]
- [0x19D90, c, "nu/nugfxfuncset"]
- [0x19DD0, c, "nu/nugfxswapcfbfuncset"]
- [0x19E10, asm]
- [0x19E10, c, "nu/nugfxtaskallendwait"]
- [0x19E30, c, "nu/nugfxretracewait"]
- [0x19EB0, c, "nu/nugfxsetcfb"]
- [0x19FC0, c, "black"]

View File

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