parent
d9b3f3fa3a
commit
65eb9901f1
3 changed files with 39 additions and 38 deletions
|
@ -400,7 +400,7 @@ namespace Ryujinx.HLE.HOS.Services.Fs
|
|||
{
|
||||
Logger.Info?.Print(LogClass.Loader, $"Opened AddOnContent Data TitleID={titleId:X16}");
|
||||
|
||||
MakeObject(context, new FileSystemProxy.IStorage(aocStorage));
|
||||
MakeObject(context, new FileSystemProxy.IStorage(context.Device.FileSystem.ModLoader.ApplyRomFsMods((ulong)titleId, aocStorage)));
|
||||
|
||||
return ResultCode.Success;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue