summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-16 15:59:07 +0100
committerGitHub <noreply@github.com>2018-11-16 15:59:07 +0100
commit238bc4a077e66409cd9a0d4884f0dd9b25a992a8 (patch)
tree8264f430e591097c1f95cd832632738e3da0a430 /src/core/hle/result.h
parentMerge pull request #1710 from ogniK5377/palma-lets-go (diff)
parentfile_sys/errors: Remove currently unused filesystem error codes (diff)
downloadyuzu-238bc4a077e66409cd9a0d4884f0dd9b25a992a8.tar
yuzu-238bc4a077e66409cd9a0d4884f0dd9b25a992a8.tar.gz
yuzu-238bc4a077e66409cd9a0d4884f0dd9b25a992a8.tar.bz2
yuzu-238bc4a077e66409cd9a0d4884f0dd9b25a992a8.tar.lz
yuzu-238bc4a077e66409cd9a0d4884f0dd9b25a992a8.tar.xz
yuzu-238bc4a077e66409cd9a0d4884f0dd9b25a992a8.tar.zst
yuzu-238bc4a077e66409cd9a0d4884f0dd9b25a992a8.zip
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index c6b18cfba..bfb77cc31 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -19,8 +19,6 @@
enum class ErrorDescription : u32 {
Success = 0,
RemoteProcessDead = 301,
- InvalidOffset = 6061,
- InvalidLength = 6062,
};
/**