mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
fssrv: add skeleton getters for service object sf::SharedPointers
This commit is contained in:
parent
f3dbdc2391
commit
33701bb387
5 changed files with 151 additions and 0 deletions
|
@ -364,6 +364,7 @@ namespace ams::fs {
|
|||
|
||||
R_DEFINE_ERROR_RANGE(PermissionDenied, 6400, 6449);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(PortAcceptableCountLimited, 6450);
|
||||
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