summaryrefslogtreecommitdiffstats
path: root/src/hid_core/frontend/emulated_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2024-02-24 19:13:47 +0100
committergerman77 <juangerman-13@hotmail.com>2024-02-24 19:19:51 +0100
commitca7f949ee84a7f15990c9e09f2de9ea54b8f997a (patch)
tree9632df004486acd6c28e2f4ff5dfdb463f8c0c43 /src/hid_core/frontend/emulated_controller.h
parentservice: set: Enable nfc and others by default and bump version (diff)
downloadyuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar
yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar.gz
yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar.bz2
yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar.lz
yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar.xz
yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar.zst
yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.zip
Diffstat (limited to '')
-rw-r--r--src/hid_core/frontend/emulated_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hid_core/frontend/emulated_controller.h b/src/hid_core/frontend/emulated_controller.h
index ab3c6fcd3..17ad6069e 100644
--- a/src/hid_core/frontend/emulated_controller.h
+++ b/src/hid_core/frontend/emulated_controller.h
@@ -583,6 +583,7 @@ private:
std::size_t nfc_handles{0};
std::array<VibrationValue, 2> last_vibration_value{DEFAULT_VIBRATION_VALUE,
DEFAULT_VIBRATION_VALUE};
+ std::array<std::chrono::steady_clock::time_point, 2> last_vibration_timepoint{};
// Temporary values to avoid doing changes while the controller is in configuring mode
NpadStyleIndex tmp_npad_type{NpadStyleIndex::None};