This commit is contained in:
2025-10-06 16:30:44 -05:00
parent f3a6c8df71
commit 85434b4edb
2 changed files with 8 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ typedef struct {
// Calculated dimensions of the viewport, to be used by the camera
int32_t width;
int32_t height;
float_t aspect;
#if DISPLAY_SIZE_DYNAMIC == 1
framebuffer_t framebuffer;