updated protocol display name, added exception handling in custom gamepad mapping

This commit is contained in:
dekunukem
2022-02-05 02:05:50 +00:00
parent 010f17dad4
commit 66ce1bffea
4 changed files with 10 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
RPI_APP_VERSION_TUPLE = (0, 0, 1)
RPI_APP_VERSION_TUPLE = (0, 0, 2)
code_name_to_value_lookup = {
'KEY_RESERVED':(0, 'kb_key'),