Reduce joykey_label/joyaxis_label char arrays

This commit is contained in:
twinaphex 2017-09-08 06:01:21 +02:00
parent c3bb76a05e
commit d1a41a742f

View File

@ -114,8 +114,8 @@ struct retro_keybind
/* Used by input_{push,pop}_analog_dpad(). */
uint32_t orig_joyaxis;
char joykey_label[256];
char joyaxis_label[256];
char joykey_label[64];
char joyaxis_label[64];
};
typedef struct rarch_joypad_info