mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Keycodes: Restore the old PrintScreen keymapping, fixing mistake from #19656
Fixes #20588
This commit is contained in:
+1
-1
@@ -225,7 +225,7 @@ static const KeyMap_IntStrPair key_names[] = {
|
||||
{NKCODE_APOSTROPHE, "'"},
|
||||
{NKCODE_MINUS, "-"},
|
||||
{NKCODE_PLUS, "+"},
|
||||
{NKCODE_SYSRQ, "Print"},
|
||||
{NKCODE_PRINTSCREEN, "Print"},
|
||||
{NKCODE_SCROLL_LOCK, "ScrLock"},
|
||||
{NKCODE_BREAK, "Pause"},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user