Decompile menuhandlerSfxVolume

This commit is contained in:
Ryan Dwyer
2019-12-31 13:53:24 +10:00
parent 44e6b887c5
commit 852a13a667
7 changed files with 25 additions and 41 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ s32 menuhandlerReversePitch(u32 operation, struct menu_item *item, bool *enable)
s32 menuhandlerScreenRatio(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerScreenSize(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerScreenSplit(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerSfxVolume(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerSfxVolume(u32 operation, struct menu_item *item, u32 *volume);
s32 menuhandlerShowGunFunction(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerShowMissionTime(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerShowZoomRange(u32 operation, struct menu_item *item, bool *enable);
+1 -1
View File
@@ -6,7 +6,7 @@
u32 audioIsFiltered(void);
u32 func0000e9d0(void);
u32 func0000e9dc(void);
u32 func0000ea1c(void);
void audioSetSfxVolume(u16 volume);
u32 func0000ea80(void);
u32 func0000eadc(void);
u32 func0000eb2c(void);
+1
View File
@@ -97,6 +97,7 @@ extern u32 var8005ddb4;
extern u32 var8005ddb8;
extern u32 var8005ddc0;
extern u32 var8005ddc4;
extern u16 g_SfxVolume;
extern u32 g_SoundMode;
extern u32 var8005ddd4;
extern u32 var8005ddd8;