summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorGravatar bunnei2023-01-07 13:41:27 -0800
committerGravatar GitHub2023-01-07 13:41:27 -0800
commit66e4a48b75d7f60cab1349ce896be696b761fb39 (patch)
treebba44049730b407d379d4aab995c12515b46fc7b /src/common/input.h
parentMerge pull request #9578 from bylaws/patch-2 (diff)
parentinput_common: Create an update engine (diff)
downloadyuzu-66e4a48b75d7f60cab1349ce896be696b761fb39.tar.gz
yuzu-66e4a48b75d7f60cab1349ce896be696b761fb39.tar.xz
yuzu-66e4a48b75d7f60cab1349ce896be696b761fb39.zip
Merge pull request #9563 from german77/crash_not_allowed
input_common: Create an update engine
Diffstat (limited to 'src/common/input.h')
-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