mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-24 10:05:17 +00:00
Use DEVICE_ID_ANY for the NK_BACK key in default mappings
This commit is contained in:
parent
06fadd5cad
commit
a78d71029a
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user