summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorGravatar Narr the Reg2023-01-05 19:16:55 -0600
committerGravatar Narr the Reg2023-01-05 19:24:29 -0600
commit8042ce7e1999e7953db804f852799cb33d08f91c (patch)
tree96ab15b1de43b16cae51d873332c67e301b4afcc /src/common/input.h
parentMerge pull request #9518 from gidoly/revert-9504-pg2 (diff)
downloadyuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar.gz
yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar.xz
yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.zip
input_common: Create an update engine
Diffstat (limited to '')
-rw-r--r--src/common/input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/input.h b/src/common/input.h
index fc14fd7bf..d27b1d772 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -292,9 +292,6 @@ class InputDevice {
292public: 292public:
293 virtual ~InputDevice() = default; 293 virtual ~InputDevice() = default;
294 294
295 // Request input device to update if necessary
296 virtual void SoftUpdate() {}
297
298 // Force input device to update data regardless of the current state 295 // Force input device to update data regardless of the current state
299 virtual void ForceUpdate() {} 296 virtual void ForceUpdate() {}
300 297