mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Use DEVICE_ID_ANY for the NK_BACK key in default mappings
This commit is contained in:
committed by
Henrik Rydgård
parent
06fadd5cad
commit
a78d71029a
+1
-1
@@ -325,7 +325,7 @@ void UpdateNativeMenuKeys() {
|
||||
|
||||
const KeyDef hardcodedCancelKeys[] = {
|
||||
KeyDef(DEVICE_ID_KEYBOARD, NKCODE_ESCAPE),
|
||||
KeyDef(DEVICE_ID_KEYBOARD, NKCODE_BACK),
|
||||
KeyDef(DEVICE_ID_ANY, NKCODE_BACK),
|
||||
};
|
||||
|
||||
for (size_t i = 0; i < ARRAY_SIZE(hardcodedCancelKeys); i++) {
|
||||
|
||||
Reference in New Issue
Block a user