diff options
author | german77 <juangerman-13@hotmail.com> | 2022-12-18 00:10:20 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-12-18 00:13:18 -0600 |
commit | f999d268f99b77e35a5f83933765de62c52d1cb1 (patch) | |
tree | 8133375ed58b43b8298c692d98f0436ccfaa4c5a /src/yuzu/bootmanager.h | |
parent | c489cbee29102404c86502834ac842c75a815b40 (diff) |
bootmanager: Use proper camera size
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r-- | src/yuzu/bootmanager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h index 514437359..b24141fd9 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h @@ -243,8 +243,6 @@ private: InputCommon::TasInput::TasState last_tas_state; #if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA - static constexpr std::size_t CAMERA_WIDTH = 320; - static constexpr std::size_t CAMERA_HEIGHT = 240; bool is_virtual_camera; int pending_camera_snapshots; std::vector<u32> camera_data; |