mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 03:42:25 -07:00
Dispose pipeline before window
This commit is contained in:
committed by
Isaac Marovitz
parent
316fea1fa9
commit
4d063f80b8
@@ -246,8 +246,8 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
_window.Dispose();
|
|
||||||
_pipeline.Dispose();
|
_pipeline.Dispose();
|
||||||
|
_window.Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user