Prefer truly perfect texture matches over fomat aliased ones (#1754)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Image
|
||||
{
|
||||
enum TextureMatchQuality
|
||||
{
|
||||
NoMatch,
|
||||
FormatAlias,
|
||||
Perfect
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user