mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 22:15:17 -04:00
fs: update LocalFileSystem
This commit is contained in:
parent
0fbf007bcf
commit
9b47ddf01f
3 changed files with 76 additions and 42 deletions
|
@ -452,6 +452,7 @@ namespace ams::fs {
|
|||
R_DEFINE_ERROR_RESULT(ExtensionSizeInvalid, 6067);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(InvalidOpenMode, 6072);
|
||||
R_DEFINE_ERROR_RESULT(TooLargeSize, 6073);
|
||||
|
||||
R_DEFINE_ERROR_RANGE(InvalidEnumValue, 6080, 6099);
|
||||
R_DEFINE_ERROR_RESULT(InvalidSaveDataState, 6081);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue