System: Fix match window aspect ratio not working on startup
This commit is contained in:
parent
25d2148ae4
commit
9c3e4c78c8
|
@ -157,7 +157,7 @@ ALWAYS_INLINE static u32 TruncateRGB(s32 value)
|
|||
|
||||
void Initialize()
|
||||
{
|
||||
UpdateAspectRatio();
|
||||
s_aspect_ratio = DisplayAspectRatio::R4_3;
|
||||
Reset();
|
||||
}
|
||||
|
||||
|
|
|
@ -1267,6 +1267,8 @@ bool System::Initialize(bool force_software_renderer)
|
|||
return false;
|
||||
}
|
||||
|
||||
GTE::UpdateAspectRatio();
|
||||
|
||||
if (g_settings.gpu_pgxp_enable)
|
||||
PGXP::Initialize();
|
||||
|
||||
|
|
Loading…
Reference in New Issue