mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-08 18:23:19 -04:00
Decompile func00014810
This commit is contained in:
@@ -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
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user