PPTC Profiles #370

Merged
LotP1 merged 7 commits from PPTC-profiles into master 2025-01-29 02:36:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ee1c3c3a64 - Show all commits

View File

@ -235,7 +235,7 @@ namespace Ryujinx.HLE.Loaders.Processes
dummyExeFs.GetNpdm(),
nacpData,
diskCacheEnabled: false,
diskCacheSelector: string.Empty,
diskCacheSelector: null,
allowCodeMemoryForJit: true,
programName,
programId,

View File

@ -186,7 +186,7 @@ namespace Ryujinx.HLE.Loaders.Processes
string.Empty,
string.Empty,
false,
string.Empty,
null,
codeAddress,
codeSize);