WIP V2: Experimental: Metal backend #441

Merged
GreemDev merged 369 commits from new-metal into master 2024-12-24 06:55:16 +00:00
Showing only changes of commit e353e3d3fc - Show all commits

View File

@ -246,8 +246,8 @@ namespace Ryujinx.Graphics.Metal
public void Dispose()
{
_window.Dispose();
_pipeline.Dispose();
_window.Dispose();
}
}
}