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);