aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/System/GdiPlusHelper.cs
AgeCommit message (Collapse)Author
2022-12-09misc: Remove dependency on System.Drawing.Common (#4082)Mary-nyan
We only used it in one spot for DPI scaling factor. This implements the same behaviour using gdiplus. This remove 700KB of dependency to download and around 170KB unpacked.