Move `func_8008A354` and `func_8008A37C` closer to `nuContReadDataImpl`
This commit is contained in:
parent
0d150f7271
commit
119ba26445
|
|
@ -159,9 +159,6 @@ extern void __calls_osViBlack(bool black);
|
||||||
|
|
||||||
extern void __osViSwapBuffer_3(void** buffers);
|
extern void __osViSwapBuffer_3(void** buffers);
|
||||||
|
|
||||||
extern void func_8008A354();
|
|
||||||
extern void func_8008A37C();
|
|
||||||
|
|
||||||
extern void func_8008350C();
|
extern void func_8008350C();
|
||||||
|
|
||||||
extern void __set_vi_mode(s32);
|
extern void __set_vi_mode(s32);
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,9 @@ void nuContDataOpen(void) {
|
||||||
osRecvMesg(&nuContDataMutexQ, NULL, OS_MESG_BLOCK);
|
osRecvMesg(&nuContDataMutexQ, NULL, OS_MESG_BLOCK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern void func_8008A354();
|
||||||
|
extern void func_8008A37C();
|
||||||
|
|
||||||
s32 nuContReadDataImpl(OSContPad* data, u32 flags) {
|
s32 nuContReadDataImpl(OSContPad* data, u32 flags) {
|
||||||
s32 res;
|
s32 res;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue