mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-30 22:31:44 +00:00
Fix fade scale for original 4:3.
This commit is contained in:
parent
3d30b4f283
commit
25fa3af4d7
2 changed files with 4 additions and 4 deletions
|
|
@ -1280,7 +1280,7 @@ void YggdrasillRenderQuadMidAsmHook(PPCRegister& r3, PPCRegister& r6)
|
||||||
if (Config::AspectRatio == EAspectRatio::OriginalNarrow)
|
if (Config::AspectRatio == EAspectRatio::OriginalNarrow)
|
||||||
{
|
{
|
||||||
if (g_fadeTextureMode == FadeTextureMode::Letterbox)
|
if (g_fadeTextureMode == FadeTextureMode::Letterbox)
|
||||||
scaleY = 1.25f;
|
scaleY = NARROW_ASPECT_RATIO;
|
||||||
else
|
else
|
||||||
scaleX = 0.8f;
|
scaleX = 0.8f;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue