mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Change val_d back to 16 size
This commit is contained in:
parent
22ae6f23aa
commit
c79b60ba77
@ -6253,7 +6253,7 @@ unsigned menu_displaylist_build_list(
|
||||
|
||||
for (p = 0; p < max_users; p++)
|
||||
{
|
||||
char val_s[256], val_d[256];
|
||||
char val_s[256], val_d[16];
|
||||
snprintf(val_s, sizeof(val_s),
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS),
|
||||
p+1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user