input_common: Use DriverResult on all engines
This commit is contained in:
parent
e1a3bda4d9
commit
527dad7097
17 changed files with 100 additions and 104 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
explicit GCAdapter(std::string input_engine_);
|
||||
~GCAdapter() override;
|
||||
|
||||
Common::Input::VibrationError SetVibration(
|
||||
Common::Input::DriverResult SetVibration(
|
||||
const PadIdentifier& identifier, const Common::Input::VibrationStatus& vibration) override;
|
||||
|
||||
bool IsVibrationEnabled(const PadIdentifier& identifier) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue