mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(input_keyboard.c) Cleanup
This commit is contained in:
parent
f9dbd4dc02
commit
0387e5e470
@ -60,7 +60,7 @@ static void osk_update_last_codepoint(const char *word)
|
||||
|
||||
if (letter[0] == 0)
|
||||
{
|
||||
osk_last_codepoint = 0;
|
||||
osk_last_codepoint = 0;
|
||||
osk_last_codepoint_len = 0;
|
||||
return;
|
||||
}
|
||||
@ -72,7 +72,7 @@ static void osk_update_last_codepoint(const char *word)
|
||||
|
||||
if (letter[0] == 0)
|
||||
{
|
||||
osk_last_codepoint = codepoint;
|
||||
osk_last_codepoint = codepoint;
|
||||
osk_last_codepoint_len = len;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user