diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-06 02:16:55 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-06 02:24:29 +0100 |
commit | 8042ce7e1999e7953db804f852799cb33d08f91c (patch) | |
tree | 96ab15b1de43b16cae51d873332c67e301b4afcc /src/common | |
parent | Merge pull request #9518 from gidoly/revert-9504-pg2 (diff) | |
download | yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar.gz yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar.bz2 yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar.lz yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar.xz yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.tar.zst yuzu-8042ce7e1999e7953db804f852799cb33d08f91c.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/input.h | 3 |
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 { public: virtual ~InputDevice() = default; - // Request input device to update if necessary - virtual void SoftUpdate() {} - // Force input device to update data regardless of the current state virtual void ForceUpdate() {} |