diff options
author | bunnei <bunneidev@gmail.com> | 2016-07-07 00:37:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 00:37:43 +0200 |
commit | 6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757 (patch) | |
tree | bd9f49be6615f05c9f4fd4fd31dd16bfa0eb8ace /src/core/hle/result.h | |
parent | Merge pull request #1921 from Subv/fs_funcs (diff) | |
parent | Fix the errorcode of archive handle (diff) | |
download | yuzu-6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757.tar yuzu-6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757.tar.gz yuzu-6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757.tar.bz2 yuzu-6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757.tar.lz yuzu-6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757.tar.xz yuzu-6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757.tar.zst yuzu-6fa7b1f4863a2e6bde07c3f7ddca3ac52da39757.zip |
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 68d6f5a87..268a8dad2 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -20,6 +20,7 @@ enum class ErrorDescription : u32 { WrongPermission = 46, OS_InvalidBufferDescriptor = 48, WrongAddress = 53, + FS_ArchiveNotMounted = 101, FS_NotFound = 120, FS_AlreadyExists = 190, FS_InvalidOpenFlags = 230, |