mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 00:50:52 -05:00
Dispose pipeline before window
This commit is contained in:
committed by
Evan Husted
parent
6a67822b3b
commit
e353e3d3fc
@@ -246,8 +246,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
_window.Dispose();
|
||||
_pipeline.Dispose();
|
||||
_window.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user