diff --git a/Core/Functions/Core.lua b/Core/Functions/Core.lua index 57429b91..ae322513 100644 --- a/Core/Functions/Core.lua +++ b/Core/Functions/Core.lua @@ -121,7 +121,9 @@ end function F.PixelPerfect() local perfectScale = 768 / E.physicalHeight - if E.physicalHeight == 2160 then perfectScale = perfectScale * 2 end + if E.physicalHeight == 2160 or E.physicalHeight == 2880 then + perfectScale = perfectScale * 2 + end return perfectScale end