mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-07 13:18:58 -06: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