diff options
author | german77 <juangerman-13@hotmail.com> | 2022-01-30 16:15:29 +0100 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-01-30 16:17:22 +0100 |
commit | 3d2d77eb3f0e0b5cb9c881d33ba2406e61736723 (patch) | |
tree | 1353da12f172cc54af4c98d97b7aa20c92440333 /src/common | |
parent | Merge pull request #7791 from german77/wall_clock (diff) | |
download | yuzu-3d2d77eb3f0e0b5cb9c881d33ba2406e61736723.tar yuzu-3d2d77eb3f0e0b5cb9c881d33ba2406e61736723.tar.gz yuzu-3d2d77eb3f0e0b5cb9c881d33ba2406e61736723.tar.bz2 yuzu-3d2d77eb3f0e0b5cb9c881d33ba2406e61736723.tar.lz yuzu-3d2d77eb3f0e0b5cb9c881d33ba2406e61736723.tar.xz yuzu-3d2d77eb3f0e0b5cb9c881d33ba2406e61736723.tar.zst yuzu-3d2d77eb3f0e0b5cb9c881d33ba2406e61736723.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/input.h | 2 |
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, |