mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 04:18:06 +00:00
bootmanager: Use proper camera size
This commit is contained in:
parent
ae453f0626
commit
7510f5971a
3 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue