From 0108004691a582f7df8e629c1e68a6bb0e0b90e7 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Fri, 27 Nov 2020 18:46:23 +0000 Subject: Prefer truly perfect texture matches over fomat aliased ones (#1754) --- Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs (limited to 'Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs') diff --git a/Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs b/Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs new file mode 100644 index 00000000..1351bf24 --- /dev/null +++ b/Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs @@ -0,0 +1,9 @@ +namespace Ryujinx.Graphics.Gpu.Image +{ + enum TextureMatchQuality + { + NoMatch, + FormatAlias, + Perfect + } +} -- cgit v1.2.3