mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
fssrv: add ExternalKeyManager (rights-id crypto) for hac2l
This commit is contained in:
parent
3c6d965e1a
commit
df631d74f0
7 changed files with 204 additions and 15 deletions
|
@ -399,6 +399,8 @@ namespace ams::fs {
|
|||
R_DEFINE_ERROR_RESULT(PermissionDeniedForCreateHostFileSystem, 6403);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(PortAcceptableCountLimited, 6450);
|
||||
R_DEFINE_ERROR_RESULT(NcaExternalKeyUnregistered, 6451);
|
||||
R_DEFINE_ERROR_RESULT(NcaExternalKeyInconsistent, 6452);
|
||||
R_DEFINE_ERROR_RESULT(NeedFlush, 6454);
|
||||
R_DEFINE_ERROR_RESULT(FileNotClosed, 6455);
|
||||
R_DEFINE_ERROR_RESULT(DirectoryNotClosed, 6456);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue