mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-01 14:12:23 -05:00
misc: chore: Use explicit types in Vulkan project
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
{
|
||||
lock (_resources)
|
||||
{
|
||||
foreach (var resource in _resources.Values)
|
||||
foreach (BackgroundResource resource in _resources.Values)
|
||||
{
|
||||
resource.Dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user