mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-30 17:05:15 -04:00
Decompile sndIsMp3
This commit is contained in:
@@ -21,7 +21,7 @@ void sndSetSoundMode(s32 mode);
|
||||
u32 snd0000f49c(void);
|
||||
void snd0000f67c(struct var80094ed8 *arg0);
|
||||
void sndInit(void);
|
||||
bool snd0000fba0(s32 soundnum);
|
||||
bool sndIsMp3(u16 soundnum);
|
||||
void snd0000fbc4(s16 arg0);
|
||||
u32 snd0000fc48(void);
|
||||
u32 snd0000fd74(void);
|
||||
|
||||
+1
-1
@@ -3630,7 +3630,7 @@ struct something {
|
||||
};
|
||||
|
||||
union soundnumhack {
|
||||
s16 packed;
|
||||
u16 packed;
|
||||
|
||||
struct {
|
||||
u16 isruss : 1;
|
||||
|
||||
Reference in New Issue
Block a user