mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 09:40:11 +00:00
Reorder struct
This commit is contained in:
parent
c4f52774f9
commit
e6bde72f1b
@ -193,8 +193,6 @@ struct rarch_setting
|
|||||||
uint32_t size;
|
uint32_t size;
|
||||||
unsigned bind_type;
|
unsigned bind_type;
|
||||||
float step;
|
float step;
|
||||||
int16_t offset_by;
|
|
||||||
uint8_t index;
|
|
||||||
|
|
||||||
enum event_command cmd_trigger_idx;
|
enum event_command cmd_trigger_idx;
|
||||||
enum ui_setting_type ui_type;
|
enum ui_setting_type ui_type;
|
||||||
@ -203,6 +201,9 @@ struct rarch_setting
|
|||||||
enum msg_hash_enums enum_value_idx;
|
enum msg_hash_enums enum_value_idx;
|
||||||
enum setting_type type;
|
enum setting_type type;
|
||||||
|
|
||||||
|
int16_t offset_by;
|
||||||
|
uint8_t index;
|
||||||
|
|
||||||
bool cmd_trigger_event_triggered;
|
bool cmd_trigger_event_triggered;
|
||||||
bool dont_use_enum_idx_representation;
|
bool dont_use_enum_idx_representation;
|
||||||
bool enforce_minrange;
|
bool enforce_minrange;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user