Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LotP1 committed Dec 14, 2024
1 parent ddd3e47 commit 900d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx.HLE/HOS/ArmProcessContextFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public IProcessContext Create(KernelContext context, ulong pid, ulong addressSpa
}
}

DiskCacheLoadState = processContext.Initialize(_titleIdText, _displayVersion, _diskCacheEnabled, _codeAddress, _codeSize, _diskCacheSelector ?? "default"); //Ready for exefs profiles
DiskCacheLoadState = processContext.Initialize(_titleIdText, _displayVersion, _diskCacheEnabled, _codeAddress, _codeSize, _diskCacheSelector ?? "default");

return processContext;
}
Expand Down

0 comments on commit 900d52f

Please sign in to comment.