mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Reduce joykey_label/joyaxis_label char arrays
This commit is contained in:
parent
c3bb76a05e
commit
d1a41a742f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user