mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-14 22:08:52 -04:00
Decompile contGetNumSamples
This commit is contained in:
@@ -25,7 +25,7 @@ u32 func000143e8(void);
|
||||
u32 func00014408(void);
|
||||
u32 func00014484(void);
|
||||
void func00014810(bool arg0);
|
||||
u32 func0001481c(void);
|
||||
s32 contGetNumSamples(void);
|
||||
u32 func00014848(void);
|
||||
s32 func00014904(s32 samplenum, s8 contpadnum);
|
||||
s32 func000149c0(s32 samplenum, s8 contpadnum);
|
||||
|
||||
+2
-2
@@ -7092,8 +7092,8 @@ struct contsample {
|
||||
|
||||
struct contdata {
|
||||
struct contsample samples[20];
|
||||
s32 index; // index into samples
|
||||
s32 unk1e4; // also an index into samples
|
||||
s32 newestindex;
|
||||
s32 oldestindex;
|
||||
s32 unk1e8;
|
||||
s32 unk1ec;
|
||||
u16 unk1f0[4];
|
||||
|
||||
Reference in New Issue
Block a user