mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
libstrat: convert to experimental new (super-accurate) sf allocation semantics
This commit is contained in:
parent
8314d015f3
commit
f06de12bea
149 changed files with 2852 additions and 1746 deletions
|
@ -26,6 +26,7 @@ namespace ams::erpt {
|
|||
R_DEFINE_ERROR_RESULT(OutOfArraySpace, 3);
|
||||
R_DEFINE_ERROR_RESULT(OutOfFieldSpace, 4);
|
||||
R_DEFINE_ERROR_RESULT(OutOfMemory, 5);
|
||||
R_DEFINE_ERROR_RESULT(NotSupported, 6);
|
||||
R_DEFINE_ERROR_RESULT(InvalidArgument, 7);
|
||||
R_DEFINE_ERROR_RESULT(NotFound, 8);
|
||||
R_DEFINE_ERROR_RESULT(FieldCategoryMismatch, 9);
|
||||
|
|
|
@ -27,5 +27,6 @@ namespace ams::pgl {
|
|||
R_DEFINE_ERROR_RESULT(BufferNotEnough, 4);
|
||||
R_DEFINE_ERROR_RESULT(ApplicationContentNotFound, 5);
|
||||
R_DEFINE_ERROR_RESULT(ContentMetaNotFound, 6);
|
||||
R_DEFINE_ERROR_RESULT(OutOfMemory, 7);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue