hbabi: Implement argv (#272)
This commit implements the argv config key in Ryujinx (by creating a temporary copy of the homebrew executable in the sdmc VFS) to make it possible to load libnx's "romfs" files. This commit also call Os.Dispose in Ns.OnFinish to dispose all resources when exiting
This commit is contained in:
committed by
gdkchan
parent
5d698a7d8d
commit
c2c765b30f
@ -81,8 +81,9 @@ namespace Ryujinx.HLE
|
||||
Gpu.Fifo.DispatchCalls();
|
||||
}
|
||||
|
||||
internal virtual void OnFinish(EventArgs e)
|
||||
public virtual void OnFinish(EventArgs e)
|
||||
{
|
||||
Os.Dispose();
|
||||
Finish?.Invoke(this, e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user