rarch_setting - Reduce size of flag variables
This commit is contained in:
parent
53a1ff446d
commit
31f3588f00
|
@ -183,8 +183,6 @@ struct rarch_setting
|
||||||
bool boolean;
|
bool boolean;
|
||||||
} original_value;
|
} original_value;
|
||||||
|
|
||||||
uint32_t flags;
|
|
||||||
uint32_t free_flags;
|
|
||||||
uint32_t index_offset;
|
uint32_t index_offset;
|
||||||
uint32_t size;
|
uint32_t size;
|
||||||
unsigned bind_type;
|
unsigned bind_type;
|
||||||
|
@ -197,7 +195,10 @@ 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;
|
||||||
|
|
||||||
|
uint16_t flags;
|
||||||
|
|
||||||
int16_t offset_by;
|
int16_t offset_by;
|
||||||
|
uint8_t free_flags;
|
||||||
uint8_t index;
|
uint8_t index;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue