diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-21 03:32:36 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-01-21 21:51:43 +0100 |
commit | 8e50d6002bd12dde7e4ba4fd3da1b53864c4058c (patch) | |
tree | be6d0f47d8418a61a8e6f86ce0dcdbecf801bebd /src/core/hle/result.h | |
parent | deconstructed_rom_directory: Implement istorage loading for RomFS. (diff) | |
download | yuzu-8e50d6002bd12dde7e4ba4fd3da1b53864c4058c.tar yuzu-8e50d6002bd12dde7e4ba4fd3da1b53864c4058c.tar.gz yuzu-8e50d6002bd12dde7e4ba4fd3da1b53864c4058c.tar.bz2 yuzu-8e50d6002bd12dde7e4ba4fd3da1b53864c4058c.tar.lz yuzu-8e50d6002bd12dde7e4ba4fd3da1b53864c4058c.tar.xz yuzu-8e50d6002bd12dde7e4ba4fd3da1b53864c4058c.tar.zst yuzu-8e50d6002bd12dde7e4ba4fd3da1b53864c4058c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/result.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 10ddc4feb..656e1b4a7 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -19,6 +19,8 @@ enum class ErrorDescription : u32 { Success = 0, RemoteProcessDead = 301, + InvalidOffset = 6061, + InvalidLength = 6062, }; /** |