diff options
| author | 2022-12-18 10:21:23 -0500 | |
|---|---|---|
| committer | 2022-12-18 10:21:23 -0500 | |
| commit | dcc8abf2540ea5f19093c15566e03176bed305af (patch) | |
| tree | 8133375ed58b43b8298c692d98f0436ccfaa4c5a /src/input_common/drivers/camera.h | |
| parent | Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) (diff) | |
| parent | bootmanager: Use proper camera size (diff) | |
| download | yuzu-dcc8abf2540ea5f19093c15566e03176bed305af.tar.gz yuzu-dcc8abf2540ea5f19093c15566e03176bed305af.tar.xz yuzu-dcc8abf2540ea5f19093c15566e03176bed305af.zip | |
Merge pull request #9466 from german77/fix_errors
yuzu: Fix compile and setting errors
Diffstat (limited to 'src/input_common/drivers/camera.h')
| -rw-r--r-- | src/input_common/drivers/camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/drivers/camera.h b/src/input_common/drivers/camera.h index 38fb1ae4c..ead3e0fde 100644 --- a/src/input_common/drivers/camera.h +++ b/src/input_common/drivers/camera.h | |||
| @@ -25,6 +25,7 @@ public: | |||
| 25 | Common::Input::CameraError SetCameraFormat(const PadIdentifier& identifier_, | 25 | Common::Input::CameraError SetCameraFormat(const PadIdentifier& identifier_, |
| 26 | Common::Input::CameraFormat camera_format) override; | 26 | Common::Input::CameraFormat camera_format) override; |
| 27 | 27 | ||
| 28 | private: | ||
| 28 | Common::Input::CameraStatus status{}; | 29 | Common::Input::CameraStatus status{}; |
| 29 | }; | 30 | }; |
| 30 | 31 | ||