Decompile menuhandlerMainMenuCounterOperative

This commit is contained in:
Ryan Dwyer
2020-01-01 17:19:27 +10:00
parent 1ee0c3f1bc
commit d08ccadae9
2 changed files with 17 additions and 37 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ s32 menuhandlerLangFilter(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerLookAhead(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerMainMenuCombatSimulator(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMainMenuCooperative(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMainMenuCounterOperative(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerMainMenuCounterOperative(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMainMenuSoloMissions(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMusicVolume(u32 operation, struct menu_item *item, u32 *volume);
s32 menuhandlerPaintball(u32 operation, struct menu_item *item, bool *enable);