WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit 4d063f80b8 - Show all commits

View File

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