mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 12:57:11 +02:00
GPU resource disposal
This commit is contained in:
parent
f7bcc884e4
commit
59fdaa744b
20 changed files with 195 additions and 46 deletions
|
@ -134,6 +134,11 @@ namespace Ryujinx.HLE
|
|||
Memory.Dispose();
|
||||
}
|
||||
|
||||
public void DisposeGpu()
|
||||
{
|
||||
Gpu.Dispose();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue