mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
results: add FsInvalidSaveDataSpaceId
This commit is contained in:
parent
a7c19d240b
commit
8021b07eb8
@ -48,6 +48,8 @@ static constexpr Result ResultFsInvalidOffset = MAKERESULT(Module_Fs, 606
|
||||
static constexpr Result ResultFsInvalidSize = MAKERESULT(Module_Fs, 6062);
|
||||
static constexpr Result ResultFsNullptrArgument = MAKERESULT(Module_Fs, 6063);
|
||||
|
||||
static constexpr Result ResultFsInvalidSaveDataSpaceId = MAKERESULT(Module_Fs, 6082);
|
||||
|
||||
static constexpr Result ResultFsUnsupportedOperation = MAKERESULT(Module_Fs, 6300);
|
||||
|
||||
static constexpr Result ResultFsPermissionDenied = MAKERESULT(Module_Fs, 6400);
|
||||
|
Loading…
Reference in New Issue
Block a user