Split `nuGfxTaskAllEndWait` into it's own C file
This commit is contained in:
parent
42c160f7b9
commit
9d669a11af
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
#include "common.h"
|
||||
|
||||
INCLUDE_ASM(const s32, "nu/nugfxtaskallendwait", nuGfxTaskAllEndWait);
|
||||
Loading…
Reference in New Issue