summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-02-02 06:37:13 +0100
committerGitHub <noreply@github.com>2022-02-02 06:37:13 +0100
commit72add82ee99bdf43d655bf33c005da1002f0e650 (patch)
tree1c4efefe60c16ad411b6db7afb333dcce36070b0 /src/common
parentMerge pull request #7833 from lioncash/file-sys (diff)
parentinput_common: Add home and hard touch press buttons to UDP controllers (diff)
downloadyuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar
yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar.gz
yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar.bz2
yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar.lz
yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar.xz
yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar.zst
yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h
index f4f9eb30a..54fcb24b0 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -209,6 +209,8 @@ enum class ButtonNames {
Triangle,
Share,
Options,
+ Home,
+ Touch,
// Mouse buttons
ButtonMouseWheel,