diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-11-20 13:02:36 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-11-20 13:02:36 +0000 |
commit | 59ea2982d3e47fb445f3b8bca22d9eb5ad729735 (patch) | |
tree | 9c679a961e84726863d8a8a6279d41accd711ff5 /src/yuzu/bootmanager.h | |
parent | d64c3a94fd8d69fc71790f08f7bff6487fa2b1ac (diff) |
"Merge Tagged PR 8829"mainline-0-1244
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 c45ebf1a2d..4a01481cd8 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h @@ -241,8 +241,10 @@ private: bool is_virtual_camera; int pending_camera_snapshots; +#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA std::unique_ptr<QCamera> camera; std::unique_ptr<QCameraImageCapture> camera_capture; +#endif std::unique_ptr<QTimer> camera_timer; Core::System& system; |