Proper 4:3 support

This commit is contained in:
NicknineTheEagle
2024-06-28 21:27:44 +03:00
committed by Radosław Gliński
parent 49166f0bd1
commit c4e930ed4c
8 changed files with 105 additions and 12 deletions

View File

@@ -67,6 +67,9 @@ X_STATUS GraphicsSystem::Setup(cpu::Processor* processor,
kernel_state_ = kernel_state;
app_context_ = app_context;
scaled_aspect_x_ = 16;
scaled_aspect_y_ = 9;
if (provider_) {
// Safe if either the UI thread call or the presenter creation fails.
if (app_context_) {