mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-13 18:45:47 -05:00
Actually use the dummy NACP for EnsureApplicationSaveData (#939)
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletOE.ApplicationProxyService.Applicati
|
||||
}
|
||||
|
||||
Result result = EnsureApplicationSaveData(context.Device.FileSystem.FsClient, out long requiredSize, titleId,
|
||||
ref context.Device.System.ControlData.Value, ref userId);
|
||||
ref control, ref userId);
|
||||
|
||||
context.ResponseData.Write(requiredSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user