mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Merge pull request #12247 from BarryJRowe/master
Accessibility speak fix.
This commit is contained in:
commit
9ab6b9b308
@ -25579,8 +25579,9 @@ void input_keyboard_event(bool down, unsigned code,
|
||||
{
|
||||
char c = (char) character;
|
||||
*say_char = c;
|
||||
say_char[1] = '\0';
|
||||
|
||||
if (character == 127)
|
||||
if (character == 127 || character == 8)
|
||||
accessibility_speak_priority(p_rarch, settings,
|
||||
"backspace", 10);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user