Fix comma error and update to latest libnx
This commit is contained in:
parent
a504979f1e
commit
fcf2315c7a
4 changed files with 25 additions and 3 deletions
|
|
@ -248,7 +248,7 @@ search.key_right = " KEY_RIGHT = KEY_DRIGHT or KEY_LSTICK_RIGHT or KEY_RSTICK
|
|||
replace.key_right = ""
|
||||
search.key_rstick_down = " KEY_RSTICK_DOWN"
|
||||
prepend.key_rstick_down = """
|
||||
KEY_RIGHT = KEY_DRIGHT.int or KEY_LSTICK_RIGHT.int or KEY_RSTICK_RIGHT.int ## /< D-Pad Right or Sticks Right
|
||||
KEY_RIGHT = KEY_DRIGHT.int or KEY_LSTICK_RIGHT.int or KEY_RSTICK_RIGHT.int, ## /< D-Pad Right or Sticks Right
|
||||
"""
|
||||
|
||||
search.key_up = " KEY_UP = KEY_DUP or KEY_LSTICK_UP or KEY_RSTICK_UP, ## /< D-Pad Up or Sticks Up"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue