summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/gesture.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-06-10 20:13:46 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-06-10 20:14:31 +0200
commitbc8699a9fa653e0fa35d3f434979b99054ffe4b7 (patch)
treee11e81fa798807b419f5b260721beec2269f3d14 /src/core/hle/service/hid/controllers/gesture.h
parentMerge pull request #8428 from bunnei/nvflinger-fix-timing (diff)
downloadyuzu-bc8699a9fa653e0fa35d3f434979b99054ffe4b7.tar
yuzu-bc8699a9fa653e0fa35d3f434979b99054ffe4b7.tar.gz
yuzu-bc8699a9fa653e0fa35d3f434979b99054ffe4b7.tar.bz2
yuzu-bc8699a9fa653e0fa35d3f434979b99054ffe4b7.tar.lz
yuzu-bc8699a9fa653e0fa35d3f434979b99054ffe4b7.tar.xz
yuzu-bc8699a9fa653e0fa35d3f434979b99054ffe4b7.tar.zst
yuzu-bc8699a9fa653e0fa35d3f434979b99054ffe4b7.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/controllers/gesture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/controllers/gesture.h b/src/core/hle/service/hid/controllers/gesture.h
index c62a341bf..0d6099ea0 100644
--- a/src/core/hle/service/hid/controllers/gesture.h
+++ b/src/core/hle/service/hid/controllers/gesture.h
@@ -107,8 +107,7 @@ private:
bool ShouldUpdateGesture(const GestureProperties& gesture, f32 time_difference);
// Updates the shared memory to the next state
- void UpdateGestureSharedMemory(u8* data, std::size_t size, GestureProperties& gesture,
- f32 time_difference);
+ void UpdateGestureSharedMemory(GestureProperties& gesture, f32 time_difference);
// Initializes new gesture
void NewGesture(GestureProperties& gesture, GestureType& type, GestureAttribute& attributes);