Odyssey2 - fix joypad.get(), apparently lua tables do not like keys that are just "."

This commit is contained in:
adelikat 2020-03-22 20:21:39 -05:00
parent 16ed9e7bc9
commit f50b4e4c54
1 changed files with 1 additions and 1 deletions

View File

@ -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"
})