mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-29 21:51:34 -08:00
Dispose pipeline before window
This commit is contained in:
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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user