Fix ILibraryAppletCreator CreateStorage, implement Write on IStorageAccessor
This commit is contained in:
@@ -27,7 +27,9 @@ namespace Ryujinx.Core.OsHle.Services.Am
|
||||
|
||||
public long CreateStorage(ServiceCtx Context)
|
||||
{
|
||||
MakeObject(Context, new IStorage(StorageHelper.MakeLaunchParams()));
|
||||
long Size = Context.RequestData.ReadInt64();
|
||||
|
||||
MakeObject(Context, new IStorage(new byte[Size]));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user