mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-28 18:10:50 +01:00
Update ShaderConfig.cs (#5226)
This commit is contained in:
parent
27ee86f33b
commit
76b474e97b
@ -726,7 +726,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
|||||||
var descriptors = new TextureDescriptor[dict.Count];
|
var descriptors = new TextureDescriptor[dict.Count];
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
foreach (var kv in dict.OrderBy(x => x.Key.Indexed).OrderBy(x => x.Key.Handle))
|
foreach (var kv in dict.OrderBy(x => x.Key.Indexed).ThenBy(x => x.Key.Handle))
|
||||||
{
|
{
|
||||||
var info = kv.Key;
|
var info = kv.Key;
|
||||||
var meta = kv.Value;
|
var meta = kv.Value;
|
||||||
@ -824,4 +824,4 @@ namespace Ryujinx.Graphics.Shader.Translation
|
|||||||
OmapTargets);
|
OmapTargets);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user