summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/udp_client.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-01-30 16:15:29 +0100
committergerman77 <juangerman-13@hotmail.com>2022-01-30 16:17:22 +0100
commit3d2d77eb3f0e0b5cb9c881d33ba2406e61736723 (patch)
tree1353da12f172cc54af4c98d97b7aa20c92440333 /src/input_common/drivers/udp_client.h
parentMerge pull request #7791 from german77/wall_clock (diff)
downloadyuzu-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 '')
-rw-r--r--src/input_common/drivers/udp_client.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input_common/drivers/udp_client.h b/src/input_common/drivers/udp_client.h
index 30d7c2682..e9c178139 100644
--- a/src/input_common/drivers/udp_client.h
+++ b/src/input_common/drivers/udp_client.h
@@ -84,7 +84,9 @@ private:
Cross = 0x4000,
Square = 0x8000,
Touch1 = 0x10000,
- touch2 = 0x20000,
+ Touch2 = 0x20000,
+ Home = 0x40000,
+ TouchHardPress = 0x80000,
};
enum class PadAxes : u8 {