mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +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.
|
* 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] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user