mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-17 21:39:09 +02:00
input_common: Use DriverResult on all engines
This commit is contained in:
parent
82774f546a
commit
5cbeb6f1c4
17 changed files with 100 additions and 104 deletions
|
|
@ -22,8 +22,8 @@ public:
|
|||
std::size_t getImageWidth() const;
|
||||
std::size_t getImageHeight() const;
|
||||
|
||||
Common::Input::CameraError SetCameraFormat(const PadIdentifier& identifier_,
|
||||
Common::Input::CameraFormat camera_format) override;
|
||||
Common::Input::DriverResult SetCameraFormat(const PadIdentifier& identifier_,
|
||||
Common::Input::CameraFormat camera_format) override;
|
||||
|
||||
private:
|
||||
Common::Input::CameraStatus status{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue