Decompile menuhandlerPdModeSetting

This commit is contained in:
Ryan Dwyer
2020-03-22 11:56:41 +10:00
parent 828bba7b78
commit a0af56ba5a
4 changed files with 47 additions and 110 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ s32 menuhandlerLookAhead(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, s32 *value);
s32 menuhandlerPdModeSetting(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerPdModeSetting(u32 operation, struct menu_item *item, struct numandtext *value);
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);
+8 -8
View File
@@ -4403,14 +4403,14 @@ struct missionconfig {
u8 iscoop : 1;
u8 isanti : 1;
/*0x04*/ u8 unk04;
/*0x05*/ u8 updmodehealth;
/*0x06*/ u8 updmodedamage;
/*0x07*/ u8 updmodeaccuracy;
/*0x08*/ u32 unk08;
/*0x0c*/ f32 fpdmodehealth;
/*0x10*/ f32 fpdmodedamage;
/*0x14*/ f32 fpdmodeaccuracy;
/*0x04*/ u8 pdmodereaction;
/*0x05*/ u8 pdmodehealth;
/*0x06*/ u8 pdmodedamage;
/*0x07*/ u8 pdmodeaccuracy;
/*0x08*/ f32 pdmodereactionf;
/*0x0c*/ f32 pdmodehealthf;
/*0x10*/ f32 pdmodedamagef;
/*0x14*/ f32 pdmodeaccuracyf;
};
struct mpsetup {