summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-12-18 07:10:20 +0100
committergerman77 <juangerman-13@hotmail.com>2022-12-18 07:13:18 +0100
commitf999d268f99b77e35a5f83933765de62c52d1cb1 (patch)
tree8133375ed58b43b8298c692d98f0436ccfaa4c5a /src/input_common/drivers
parentbootmanager: Encapsulate all QCamera code (diff)
downloadyuzu-f999d268f99b77e35a5f83933765de62c52d1cb1.tar
yuzu-f999d268f99b77e35a5f83933765de62c52d1cb1.tar.gz
yuzu-f999d268f99b77e35a5f83933765de62c52d1cb1.tar.bz2
yuzu-f999d268f99b77e35a5f83933765de62c52d1cb1.tar.lz
yuzu-f999d268f99b77e35a5f83933765de62c52d1cb1.tar.xz
yuzu-f999d268f99b77e35a5f83933765de62c52d1cb1.tar.zst
yuzu-f999d268f99b77e35a5f83933765de62c52d1cb1.zip
Diffstat (limited to 'src/input_common/drivers')
-rw-r--r--src/input_common/drivers/camera.h1
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:
Common::Input::CameraError SetCameraFormat(const PadIdentifier& identifier_,
Common::Input::CameraFormat camera_format) override;
+private:
Common::Input::CameraStatus status{};
};