Always use an all-zeros key for AES-XTS file systems (#2561)
This commit is contained in:
parent
680d3ed198
commit
cd4530f29c
2 changed files with 65 additions and 0 deletions
|
@ -178,6 +178,9 @@ namespace Ryujinx.HLE.FileSystem
|
|||
|
||||
DefaultFsServerObjects fsServerObjects = DefaultFsServerObjects.GetDefaultEmulatedCreators(serverBaseFs, KeySet, fsServer);
|
||||
|
||||
// Use our own encrypted fs creator that always uses all-zero keys
|
||||
fsServerObjects.FsCreators.EncryptedFileSystemCreator = new EncryptedFileSystemCreator();
|
||||
|
||||
GameCard = fsServerObjects.GameCard;
|
||||
SdCard = fsServerObjects.SdCard;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue