diff options
| author | Subv <subv2112@gmail.com> | 2015-12-28 13:51:44 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2016-03-20 14:30:01 -0500 |
| commit | d26c6b3212ed36970410814593ee5ec082b1d95a (patch) | |
| tree | 3b03822761cbec083ea57719b0c8a9df530c4899 /src/core/hle/result.h | |
| parent | 9b2d64345141fe9ed948fe3ce7ab2c603fdf5d9e (diff) | |
HLE/FS: Implemented GetFormatInfo
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
Diffstat (limited to 'src/core/hle/result.h')
| -rw-r--r-- | src/core/hle/result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h index b68c0ff0d..0cb76ba1c 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -24,6 +24,7 @@ enum class ErrorDescription : u32 { FS_InvalidOpenFlags = 230, FS_NotAFile = 250, FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive + FS_InvalidPath = 702, InvalidSection = 1000, TooLarge = 1001, NotAuthorized = 1002, |
