1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

bootmanager: Use proper camera size

This commit is contained in:
german77
2022-12-18 00:10:20 -06:00
parent c489cbee29
commit f999d268f9
3 changed files with 13 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ public:
Common::Input::CameraError SetCameraFormat(const PadIdentifier& identifier_,
Common::Input::CameraFormat camera_format) override;
private:
Common::Input::CameraStatus status{};
};