mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 16:37:58 -05:00
Merge pull request #9563 from german77/crash_not_allowed
input_common: Create an update engine
This commit is contained in:
@ -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() {}
|
||||
|
||||
|
Reference in New Issue
Block a user