mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-17 22:25:37 +00:00
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()
|
void Initialize()
|
||||||
{
|
{
|
||||||
UpdateAspectRatio();
|
s_aspect_ratio = DisplayAspectRatio::R4_3;
|
||||||
Reset();
|
Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1267,6 +1267,8 @@ bool System::Initialize(bool force_software_renderer)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GTE::UpdateAspectRatio();
|
||||||
|
|
||||||
if (g_settings.gpu_pgxp_enable)
|
if (g_settings.gpu_pgxp_enable)
|
||||||
PGXP::Initialize();
|
PGXP::Initialize();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue