mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-22 03:46:39 +01:00
default value of dishCacheSelector should be null
This commit is contained in:
parent
b5604311cb
commit
e0acefeeef
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,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,
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue