mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Reduce size of input_bind_map member variables
This commit is contained in:
parent
d0cf88ebc5
commit
d6bcc45bb8
@ -202,11 +202,11 @@ struct input_bind_map
|
||||
* 1 = Common hotkey.
|
||||
* 2 = Uncommon/obscure hotkey.
|
||||
*/
|
||||
unsigned meta;
|
||||
uint8_t meta;
|
||||
|
||||
const char *base;
|
||||
enum msg_hash_enums desc;
|
||||
unsigned retro_key;
|
||||
uint8_t retro_key;
|
||||
};
|
||||
|
||||
static const char *bind_user_prefix[MAX_USERS] = {
|
||||
|
Loading…
Reference in New Issue
Block a user