Decompile menuhandlerSoundMode

This commit is contained in:
Ryan Dwyer
2020-03-22 14:06:29 +10:00
parent 54f6a3c9de
commit f28aef6e73
4 changed files with 37 additions and 78 deletions
+1 -1
View File
@@ -73,6 +73,6 @@ s32 menuhandlerShowMissionTime(u32 operation, struct menu_item *item, bool *enab
s32 menuhandlerShowZoomRange(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerSightOnScreen(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerSoloDifficulty(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerSoundMode(u32 operation, struct menu_item *item, bool *enable);
char *menuhandlerSoundMode(u32 operation, struct menu_item *item, s32 *value);
#endif
+1 -1
View File
@@ -16,7 +16,7 @@ u32 func0000ee88(void);
u32 func0000efa8(void);
u32 func0000f0d4(void);
u32 func0000f228(void);
u32 audioSetSoundMode(void);
void audioSetSoundMode(u32 mode);
u32 func0000f49c(void);
u32 func0000f67c(void);
u32 func0000f804(void);