mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
ncm: update for new 17.0.0 apis
This commit is contained in:
parent
ef9b111bbf
commit
c95741142e
31 changed files with 249 additions and 7 deletions
|
@ -54,6 +54,8 @@ namespace ams::ncm {
|
|||
R_DEFINE_ERROR_RESULT(InvalidContentMetaFileSize, 390);
|
||||
R_DEFINE_ERROR_RESULT(InvalidAddOnContentMetaExtendedHeader, 400);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(InvalidContentMetaDirectory, 430);
|
||||
|
||||
R_DEFINE_ERROR_RANGE(ContentStorageNotActive, 250, 258);
|
||||
R_DEFINE_ERROR_RESULT(GameCardContentStorageNotActive, 251);
|
||||
R_DEFINE_ERROR_RESULT(BuiltInSystemContentStorageNotActive, 252);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue