diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-06-28 19:35:51 -0500 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-07-23 19:40:25 -0500 |
commit | 403bdc4dafe89a463f3d93b9a389a1010ca5ff16 (patch) | |
tree | 88df3fada076b04c2ab2da8972d1d785f492b520 /src/yuzu/bootmanager.h | |
parent | 097785e19e3865ac1060b9fae564a3a1e36c695d (diff) |
yuzu: Add webcam support and rebase to latest master
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r-- | src/yuzu/bootmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h index 346201768..b4781e697 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h @@ -240,6 +240,8 @@ private: bool first_frame = false; InputCommon::TasInput::TasState last_tas_state; + bool is_virtual_camera; + int pending_camera_snapshots; std::unique_ptr<QCamera> camera; std::unique_ptr<QCameraImageCapture> camera_capture; std::unique_ptr<QTimer> camera_timer; |