Current label and value seems too big for strings being spoken,

reduce them by half
This commit is contained in:
twinaphex 2021-08-12 18:24:35 +02:00
parent a736dd27d2
commit d28402b87d
1 changed files with 2 additions and 2 deletions

View File

@ -2625,8 +2625,8 @@ int generic_menu_entry_action(
p_rarch->accessibility_enabled)
&& !menu_input_dialog_get_display_kb())
{
char current_label[255];
char current_value[255];
char current_label[128];
char current_value[128];
char title_name[255];
char speak_string[512];