mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 14:37:17 +00:00
Fix typo
This commit is contained in:
parent
1c513c1bd0
commit
c44569588b
@ -1593,7 +1593,7 @@ void KeyMappingNewKeyDialog::render() {
|
||||
KeyText(right, top, keyI18N->T("New Key"));
|
||||
KeyScale(2.0f);
|
||||
if (last_kb_key != 0) {
|
||||
bool key_used = KeyMap::IsMapped(last_kb_key);
|
||||
bool key_used = KeyMap::IsMappedKey(last_kb_key);
|
||||
if (!key_used) {
|
||||
KeyText(right, top + stride, KeyMap::GetKeyName(last_kb_key).c_str());
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user