mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:40:47 -07: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