Odyssey2 - fix joypad.get(), apparently lua tables do not like keys that are just "."
This commit is contained in:
parent
16ed9e7bc9
commit
f50b4e4c54
|
@ -36,7 +36,7 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
|
|||
"8", "9", "SPC", "?", "L", "P",
|
||||
"+", "W", "E", "R", "T", "U", "I", "O",
|
||||
"Q", "S", "D", "F", "G", "H", "J", "K",
|
||||
"A", "Z", "X", "C", "V", "B", "M", ".",
|
||||
"A", "Z", "X", "C", "V", "B", "M", "PERIOD",
|
||||
"-", "*", "/", "=", "YES", "NO", "CLR", "ENT",
|
||||
"Power"
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue