mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
fs: Implement AesXtsStorage
This commit is contained in:
parent
b2e86f5a1b
commit
d98490d339
5 changed files with 275 additions and 1 deletions
|
@ -215,6 +215,7 @@ namespace ams::fs {
|
|||
|
||||
R_DEFINE_ERROR_RANGE(Unexpected, 5000, 5999);
|
||||
R_DEFINE_ERROR_RESULT(UnexpectedInAesCtrStorageA, 5315);
|
||||
R_DEFINE_ERROR_RESULT(UnexpectedInAesXtsStorageA, 5316);
|
||||
R_DEFINE_ERROR_RESULT(UnexpectedInFindFileSystemA, 5319);
|
||||
|
||||
R_DEFINE_ERROR_RANGE(PreconditionViolation, 6000, 6499);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue