Screen layouts: Add configurable screen sizes

This commit is contained in:
wheremyfoodat 2025-07-05 02:36:03 +03:00
parent 62748eef47
commit 1c0f65c740
4 changed files with 92 additions and 89 deletions

View file

@ -93,9 +93,13 @@ class RendererMTL final : public Renderer {
struct {
float topScreenX = 0;
float topScreenY = 0;
float topScreenWidth = 400;
float topScreenHeight = 240;
float bottomScreenX = 40;
float bottomScreenY = 240;
float scale = 1.0;
float bottomScreenWidth = 320;
float bottomScreenHeight = 240;
} blitInfo;
// Debug