Rename `__real_read_controller` to `nuContQueryImpl`
This commit is contained in:
parent
07265b8744
commit
1f79bf2bb2
|
|
@ -159,8 +159,6 @@ extern void __calls_osViBlack(bool black);
|
|||
|
||||
extern void __osViSwapBuffer_3(void** buffers);
|
||||
|
||||
extern s32 __real_read_controller(void);
|
||||
|
||||
extern void func_8008A354();
|
||||
extern void func_8008A37C();
|
||||
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ nuContPakRepairId = 0x8008AC70;
|
|||
nuContReadDataImpl = 0x8008A3A4;
|
||||
nuContReadImpl = 0x8008A508;
|
||||
nuContReadNWImpl = 0x8008A528;
|
||||
nuContQueryImpl = 0x8008A42C;
|
||||
|
||||
|
||||
obUnpackThreadStart = 0x8007ABAC;
|
||||
|
|
@ -955,7 +956,6 @@ osViModeNtscLan1 = 0x800AB960;
|
|||
osUnmapTLBAll = 0x8009AB00;
|
||||
osMapTLBRdb = 0x8009AAA0;
|
||||
|
||||
__real_read_controller = 0x8008A42C;
|
||||
__calls_romCopy_8009DA50 = 0x8009DA50;
|
||||
__calls_romCopy_8009DAF4 = 0x8009DAF4;
|
||||
__calls_romCopy_8009DBB8 = 0x8009DBB8;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ s32 nuContReadDataImpl(OSContPad* data, u32 flags) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
s32 __real_read_controller(void) {
|
||||
s32 nuContQueryImpl(void) {
|
||||
s32 var_v0;
|
||||
|
||||
var_v0 = osContStartQuery(&nuSiMesgQ);
|
||||
|
|
|
|||
Loading…
Reference in New Issue