diff options
Diffstat (limited to 'src/common/settings_input.h')
-rw-r--r-- | src/common/settings_input.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/settings_input.h b/src/common/settings_input.h index 46f38c703..53a95ef8f 100644 --- a/src/common/settings_input.h +++ b/src/common/settings_input.h @@ -29,12 +29,15 @@ enum Values : int { DRight, DDown, - SL, - SR, + SLLeft, + SRLeft, Home, Screenshot, + SLRight, + SRRight, + NumButtons, }; |