mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix . button in the hostname/ip address editor
This commit is contained in:
parent
3c1723947c
commit
c3d7074e30
1 changed files with 1 additions and 1 deletions
|
@ -1925,7 +1925,7 @@ UI::EventReturn HostnameSelectScreen::OnNumberClick(UI::EventParams &e) {
|
|||
}
|
||||
|
||||
UI::EventReturn HostnameSelectScreen::OnPointClick(UI::EventParams &e) {
|
||||
SendEditKey(NKCODE_PERIOD, KEY_CHAR);
|
||||
SendEditKey((InputKeyCode)'.', KEY_CHAR);
|
||||
return UI::EVENT_DONE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue