mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 08:28:59 -06:00
Completely remove static methods inside Ipc interfaces, also remove GetObject method from ServiceCtx as it is no longer needed with this change
This commit is contained in:
@@ -25,9 +25,7 @@ namespace Ryujinx.OsHle.Objects.Am
|
||||
|
||||
public long Open(ServiceCtx Context)
|
||||
{
|
||||
IStorage Storage = Context.GetObject<IStorage>();
|
||||
|
||||
MakeObject(Context, new IStorageAccessor(Storage));
|
||||
MakeObject(Context, new IStorageAccessor(this));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user