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