1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-21 18:02:16 +02:00

Correct key names in hid/read-controls

This commit is contained in:
fincs 2019-06-16 21:25:29 +02:00
parent 0c0e739814
commit 4e888f77ed

View File

@ -15,8 +15,8 @@ int main(int argc, char **argv)
"KEY_DLEFT", "KEY_DUP", "KEY_DRIGHT", "KEY_DDOWN",
"KEY_LSTICK_LEFT", "KEY_LSTICK_UP", "KEY_LSTICK_RIGHT", "KEY_LSTICK_DOWN",
"KEY_RSTICK_LEFT", "KEY_RSTICK_UP", "KEY_RSTICK_RIGHT", "KEY_RSTICK_DOWN",
"KEY_SL", "KEY_SR", "KEY_TOUCH", "",
"", "", "", ""
"KEY_SL_LEFT", "KEY_SR_LEFT", "KEY_SL_RIGHT", "KEY_SR_RIGHT",
"KEY_TOUCH", "", "", ""
};
consoleInit(NULL);