summaryrefslogtreecommitdiffstats
path: root/src/common/settings_input.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-11-12 03:54:06 +0100
committergerman77 <juangerman-13@hotmail.com>2023-11-12 04:03:15 +0100
commitae57a99d7d2063661cc15e76e8183122d8e0bc1b (patch)
tree206b82f9387b93dbdc08408ceff88c24814f3237 /src/common/settings_input.h
parentMerge pull request #11980 from german77/moment (diff)
downloadyuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.gz
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.bz2
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.lz
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.xz
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.zst
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.zip
Diffstat (limited to 'src/common/settings_input.h')
-rw-r--r--src/common/settings_input.h7
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,
};