Update input_keymaps.c

This commit is contained in:
Alcaro 2015-04-11 00:49:02 +02:00
parent 804a0f4378
commit 77dd981d21

View File

@ -705,8 +705,8 @@ const struct rarch_key_map rarch_key_map_rwebinput[] = {
{ 0, RETROK_UNKNOWN }, { 0, RETROK_UNKNOWN },
}; };
#endif #endif
_
#ifdef __linux #ifdef __linux__
const struct rarch_key_map rarch_key_map_linux[] = { const struct rarch_key_map rarch_key_map_linux[] = {
{ KEY_BACKSPACE, RETROK_BACKSPACE }, { KEY_BACKSPACE, RETROK_BACKSPACE },
{ KEY_TAB, RETROK_TAB }, { KEY_TAB, RETROK_TAB },