diff options
| author | 2024-02-24 12:13:47 -0600 | |
|---|---|---|
| committer | 2024-02-24 12:19:51 -0600 | |
| commit | ca7f949ee84a7f15990c9e09f2de9ea54b8f997a (patch) | |
| tree | 9632df004486acd6c28e2f4ff5dfdb463f8c0c43 /src/hid_core/resources/npad | |
| parent | service: set: Enable nfc and others by default and bump version (diff) | |
| download | yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar.gz yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.tar.xz yuzu-ca7f949ee84a7f15990c9e09f2de9ea54b8f997a.zip | |
core: hid: Reintroduce vibration filter
Diffstat (limited to 'src/hid_core/resources/npad')
| -rw-r--r-- | src/hid_core/resources/npad/npad.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hid_core/resources/npad/npad.cpp b/src/hid_core/resources/npad/npad.cpp index e10e97e1c..ca1ccd659 100644 --- a/src/hid_core/resources/npad/npad.cpp +++ b/src/hid_core/resources/npad/npad.cpp | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #include <algorithm> | 4 | #include <algorithm> |
| 5 | #include <array> | 5 | #include <array> |
| 6 | #include <chrono> | ||
| 7 | #include <cstring> | 6 | #include <cstring> |
| 8 | 7 | ||
| 9 | #include "common/assert.h" | 8 | #include "common/assert.h" |