Reduce size of input_bind_map member variables

This commit is contained in:
twinaphex 2017-09-08 06:11:19 +02:00
parent d0cf88ebc5
commit d6bcc45bb8

View File

@ -202,11 +202,11 @@ struct input_bind_map
* 1 = Common hotkey. * 1 = Common hotkey.
* 2 = Uncommon/obscure hotkey. * 2 = Uncommon/obscure hotkey.
*/ */
unsigned meta; uint8_t meta;
const char *base; const char *base;
enum msg_hash_enums desc; enum msg_hash_enums desc;
unsigned retro_key; uint8_t retro_key;
}; };
static const char *bind_user_prefix[MAX_USERS] = { static const char *bind_user_prefix[MAX_USERS] = {