input_common: cache vibration tests
This commit is contained in:
parent
b7c3aa084b
commit
96881efdc3
10 changed files with 93 additions and 57 deletions
|
@ -763,7 +763,11 @@ public:
|
|||
|
||||
Common::Input::VibrationError SetVibration(
|
||||
const Common::Input::VibrationStatus& vibration_status) override {
|
||||
return input_engine->SetRumble(identifier, vibration_status);
|
||||
return input_engine->SetVibration(identifier, vibration_status);
|
||||
}
|
||||
|
||||
bool IsVibrationEnabled() override {
|
||||
return input_engine->IsVibrationEnabled(identifier);
|
||||
}
|
||||
|
||||
Common::Input::PollingError SetPollingMode(Common::Input::PollingMode polling_mode) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue