mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 23:27:11 +02:00
GPU resource disposal
This commit is contained in:
parent
2d8339fc61
commit
d7fb450216
20 changed files with 195 additions and 46 deletions
|
@ -106,6 +106,9 @@ namespace Ryujinx.Ui
|
|||
ticks = Math.Min(ticks - ticksPerFrame, ticksPerFrame);
|
||||
}
|
||||
}
|
||||
|
||||
_device.DisposeGpu();
|
||||
_renderer.Dispose();
|
||||
}
|
||||
|
||||
public void MainLoop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue