Move `func_8008A354` and `func_8008A37C` closer to `nuContReadDataImpl`

This commit is contained in:
gijs 2023-10-22 13:49:54 +02:00
parent 0d150f7271
commit 119ba26445
2 changed files with 3 additions and 3 deletions

View File

@ -159,9 +159,6 @@ extern void __calls_osViBlack(bool black);
extern void __osViSwapBuffer_3(void** buffers);
extern void func_8008A354();
extern void func_8008A37C();
extern void func_8008350C();
extern void __set_vi_mode(s32);

View File

@ -45,6 +45,9 @@ void nuContDataOpen(void) {
osRecvMesg(&nuContDataMutexQ, NULL, OS_MESG_BLOCK);
}
extern void func_8008A354();
extern void func_8008A37C();
s32 nuContReadDataImpl(OSContPad* data, u32 flags) {
s32 res;