Merge pull request #8458 from phcoder/kbd102

input_keymaps: Add 102nd key
This commit is contained in:
Twinaphex 2019-03-13 11:34:16 +01:00 committed by GitHub
commit 062a307b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -954,7 +954,7 @@ const struct rarch_key_map rarch_key_map_linux[] = {
{ KEY_EURO, RETROK_EURO },
#endif
{ KEY_UNDO, RETROK_UNDO },
/*{ ?, RETROK_OEM_102 },*/
{ KEY_102ND, RETROK_OEM_102 },
{ 0, RETROK_UNKNOWN },
};
#endif