mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
fs: update romfs types
This commit is contained in:
parent
a8b52dc123
commit
28f11a86fd
9 changed files with 156 additions and 217 deletions
|
@ -586,7 +586,7 @@ namespace ams::fs {
|
|||
R_DEFINE_ERROR_RANGE(DbmNotFound, 7901, 7904);
|
||||
R_DEFINE_ERROR_RESULT(DbmKeyNotFound, 7902);
|
||||
R_DEFINE_ERROR_RESULT(DbmFileNotFound, 7903);
|
||||
R_DEFINE_ERROR_RESULT(DbmDirectoryNotFound, 7904);
|
||||
R_DEFINE_ERROR_RESULT(DbmDirectoryNotFound, 7904);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(DbmAlreadyExists, 7906);
|
||||
R_DEFINE_ERROR_RESULT(DbmKeyFull, 7907);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue