mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 21:03:21 -04:00
Decompile menehandlerMusicVolume
This commit is contained in:
@@ -67,7 +67,7 @@ s32 menuhandlerMainMenuCombatSimulator(u32 operation, struct menu_item *item, bo
|
||||
s32 menuhandlerMainMenuCooperative(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerMainMenuCounterOperative(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerMainMenuSoloMissions(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerMusicVolume(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerMusicVolume(u32 operation, struct menu_item *item, u32 *volume);
|
||||
s32 menuhandlerPaintball(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerPdMode(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerPdModeSetting(u32 operation, struct menu_item *item, bool *enable);
|
||||
|
||||
Reference in New Issue
Block a user