Small improvements on finalization code
This commit is contained in:
parent
44f4e3af18
commit
7fa094f137
2 changed files with 2 additions and 2 deletions
|
@ -370,8 +370,6 @@ namespace Ryujinx.HLE.HOS
|
|||
if (Threads.Count == 0)
|
||||
{
|
||||
Device.System.ExitProcess(ProcessId);
|
||||
|
||||
Unload();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -79,6 +79,8 @@ namespace Ryujinx.HLE
|
|||
internal void Unload()
|
||||
{
|
||||
VFs.Dispose();
|
||||
|
||||
Memory.Dispose();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
Loading…
Add table
Reference in a new issue