misc: chore: Use explicit types in GAL

This commit is contained in:
Evan Husted
2025-01-25 14:14:40 -06:00
parent 69e0b79bd9
commit 93539e7d45
3 changed files with 9 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ namespace Ryujinx.Graphics.GAL
if (Descriptors != null)
{
foreach (var descriptor in Descriptors)
foreach (ResourceDescriptor descriptor in Descriptors)
{
hasher.Add(descriptor);
}