mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 23:17:10 +02:00
add closing emulation(starting a new one is still broken), disabled audio
This commit is contained in:
parent
a050e5c6c0
commit
2999275ed2
13 changed files with 194 additions and 33 deletions
|
@ -641,7 +641,9 @@ namespace LibRyujinx
|
|||
internal void DisposeContext()
|
||||
{
|
||||
EmulationContext?.Dispose();
|
||||
EmulationContext?.DisposeGpu();
|
||||
EmulationContext = null;
|
||||
LibRyujinx.Renderer = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue