Decompile func00014810

This commit is contained in:
Ryan Dwyer
2020-10-31 09:41:20 +10:00
parent c0ef3a5b9d
commit 90da1c4ffd
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ void func000142f0(void);
s32 contStartReadData(OSMesgQueue *mq);
void contReadData(void);
void contPoll(void);
void func00014810(bool arg0);
void func00014810(bool value);
s32 contGetNumSamples(void);
s32 func00014848(s32 samplenum, s8 contpadnum);
s32 func00014904(s32 samplenum, s8 contpadnum);
+4 -6
View File
@@ -1059,12 +1059,10 @@ void contPoll(void)
}
}
GLOBAL_ASM(
glabel func00014810
/* 14810: 3c018006 */ lui $at,%hi(var8005eec0)
/* 14814: 03e00008 */ jr $ra
/* 14818: ac24eec0 */ sw $a0,%lo(var8005eec0)($at)
);
void func00014810(bool value)
{
var8005eec0 = value;
}
s32 contGetNumSamples(void)
{