misc: chore: Use explicit types in GAL
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Ryujinx.Graphics.GAL
|
||||
|
||||
if (Descriptors != null)
|
||||
{
|
||||
foreach (var descriptor in Descriptors)
|
||||
foreach (ResourceDescriptor descriptor in Descriptors)
|
||||
{
|
||||
hasher.Add(descriptor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user