mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Dispose pipeline before window
This commit is contained in:
parent
6a67822b3b
commit
e353e3d3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -246,8 +246,8 @@ namespace Ryujinx.Graphics.Metal
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
_window.Dispose();
|
|
||||||
_pipeline.Dispose();
|
_pipeline.Dispose();
|
||||||
|
_window.Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue