Ryujinx/Ryujinx.Graphics.Gpu/Engine/Twod
riperiperi 0bce4a074a
Don't force scaling on 2D copy sources (#2701)
Some games (GameMaker Studio) build texture atlases out of sprites during initialization, using the 2D copy method. These copies are done from textures loaded into memory, not rendered, so they are not scaled to begin with.

I had set srcTexture in these copies to force scaling, but really it only needs to scale if the texture already exists and was scaled by rendering or something else. I just set that to false, so it doesn't change if the texture is scaled or not. This will also avoid the destination being scaled if the source wasn't. The copy can handle mismatching scales just fine.

This prevents scaling artifacts in GMS games, and maybe others (not Super Mario Maker 2, that has another issue).
2021-10-12 23:12:17 +02:00
..
TwodClass.cs Don't force scaling on 2D copy sources (#2701) 2021-10-12 23:12:17 +02:00
TwodClassState.cs Separate GPU engines (part 2/2) (#2440) 2021-07-11 17:20:40 -03:00
TwodTexture.cs Separate GPU engines (part 2/2) (#2440) 2021-07-11 17:20:40 -03:00