Current label and value seems too big for strings being spoken,
reduce them by half
This commit is contained in:
parent
a736dd27d2
commit
d28402b87d
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue