mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-22 13:15:47 +00: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