mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-10 04:53:21 -04:00
Decompile menuhandlerSoundMode
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user