Clean up `nuContReadImpl`
This commit is contained in:
parent
c71a4b27ee
commit
07265b8744
|
|
@ -94,13 +94,8 @@ s32 nuContRetraceImpl(NUSiCommonMesg* mesg) {
|
||||||
return NU_SI_CALLBACK_CONTINUE;
|
return NU_SI_CALLBACK_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct {
|
void nuContReadImpl(NUSiCommonMesg* mesg) {
|
||||||
/* 0x0 */ u8 field_0x0[0xc];
|
nuContReadDataImpl((OSContPad*)mesg->dataPtr, 0);
|
||||||
/* 0xC */ OSContPad* data;
|
|
||||||
} Arg___calls_read_controller_1;
|
|
||||||
|
|
||||||
void nuContReadImpl(Arg___calls_read_controller_1* arg) {
|
|
||||||
nuContReadDataImpl(arg->data, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 nuContReadNWImpl(NUSiCommonMesg* mesg) {
|
s32 nuContReadNWImpl(NUSiCommonMesg* mesg) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue