From 0141a2de03e48b2a161a6e5f726114bb97897123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Sat, 23 Sep 2017 22:09:48 +0200 Subject: [PATCH] Naming fix --- ViGEmCommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ViGEmCommon.h b/ViGEmCommon.h index 39663ca..990b50e 100644 --- a/ViGEmCommon.h +++ b/ViGEmCommon.h @@ -124,8 +124,8 @@ typedef enum _DS4_BUTTONS DS4_BUTTON_THUMB_LEFT = 1 << 14, DS4_BUTTON_OPTIONS = 1 << 13, DS4_BUTTON_SHARE = 1 << 12, - DS4_BUTTON_TriggerR = 1 << 11, - DS4_BUTTON_TriggerL = 1 << 10, + DS4_BUTTON_TRIGGER_RIGHT = 1 << 11, + DS4_BUTTON_TRIGGER_LEFT = 1 << 10, DS4_BUTTON_SHOULDER_RIGHT = 1 << 9, DS4_BUTTON_SHOULDER_LEFT = 1 << 8, DS4_BUTTON_TRIANGLE = 1 << 7,