mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-21 11:26:33 +01:00
default value of dishCacheSelector should be null
This commit is contained in:
parent
5ffbf2e637
commit
ebc9441eaf
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ namespace Ryujinx.HLE.Loaders.Processes
|
|||
dummyExeFs.GetNpdm(),
|
||||
nacpData,
|
||||
diskCacheEnabled: false,
|
||||
diskCacheSelector: string.Empty,
|
||||
diskCacheSelector: null,
|
||||
allowCodeMemoryForJit: true,
|
||||
programName,
|
||||
programId,
|
||||
|
|
|
@ -186,7 +186,7 @@ namespace Ryujinx.HLE.Loaders.Processes
|
|||
string.Empty,
|
||||
string.Empty,
|
||||
false,
|
||||
string.Empty,
|
||||
null,
|
||||
codeAddress,
|
||||
codeSize);
|
||||
|
||||
|
|
Loading…
Reference in a new issue