System: Fix match window aspect ratio not working on startup

This commit is contained in:
Connor McLaughlin 2022-08-05 17:06:02 +10:00
parent 25d2148ae4
commit 9c3e4c78c8
2 changed files with 3 additions and 1 deletions

View File

@ -157,7 +157,7 @@ ALWAYS_INLINE static u32 TruncateRGB(s32 value)
void Initialize()
{
UpdateAspectRatio();
s_aspect_ratio = DisplayAspectRatio::R4_3;
Reset();
}

View File

@ -1267,6 +1267,8 @@ bool System::Initialize(bool force_software_renderer)
return false;
}
GTE::UpdateAspectRatio();
if (g_settings.gpu_pgxp_enable)
PGXP::Initialize();