default value of dishCacheSelector should be null

This commit is contained in:
LotP1
2024-12-14 15:01:33 +01:00
committed by Evan Husted
parent 1f7d5a8499
commit 09b668f468
2 changed files with 2 additions and 2 deletions

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);