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)
|
if (Threads.Count == 0)
|
||||||
{
|
{
|
||||||
Device.System.ExitProcess(ProcessId);
|
Device.System.ExitProcess(ProcessId);
|
||||||
|
|
||||||
Unload();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,8 @@ namespace Ryujinx.HLE
|
||||||
internal void Unload()
|
internal void Unload()
|
||||||
{
|
{
|
||||||
VFs.Dispose();
|
VFs.Dispose();
|
||||||
|
|
||||||
|
Memory.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue