default value of dishCacheSelector should be null

This commit is contained in:
LotP1 2024-12-14 15:01:33 +01:00 committed by LotP1
parent fc22247b4f
commit ee1c3c3a64
2 changed files with 2 additions and 2 deletions

View File

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

View File

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