mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-14 10:15:09 -06:00
GPU resource disposal
This commit is contained in:
@@ -134,6 +134,11 @@ namespace Ryujinx.HLE
|
||||
Memory.Dispose();
|
||||
}
|
||||
|
||||
public void DisposeGpu()
|
||||
{
|
||||
Gpu.Dispose();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
|
||||
Reference in New Issue
Block a user