mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-19 05:12:13 -07:00
GPU resource disposal
This commit is contained in:
@@ -106,6 +106,9 @@ namespace Ryujinx.Ui
|
||||
ticks = Math.Min(ticks - ticksPerFrame, ticksPerFrame);
|
||||
}
|
||||
}
|
||||
|
||||
_device.DisposeGpu();
|
||||
_renderer.Dispose();
|
||||
}
|
||||
|
||||
public void MainLoop()
|
||||
|
Reference in New Issue
Block a user