summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-11-16 05:27:29 +0100
committerLioncash <mathew1800@gmail.com>2018-11-16 06:13:50 +0100
commitb725d1fdf7641661161815466a14ed7e8e26ce67 (patch)
treef7db94a9c706a192288879fc2566b70298a7605f /src/core/hle/result.h
parentFixed priority switching edge case for handheld (#1675) (diff)
downloadyuzu-b725d1fdf7641661161815466a14ed7e8e26ce67.tar
yuzu-b725d1fdf7641661161815466a14ed7e8e26ce67.tar.gz
yuzu-b725d1fdf7641661161815466a14ed7e8e26ce67.tar.bz2
yuzu-b725d1fdf7641661161815466a14ed7e8e26ce67.tar.lz
yuzu-b725d1fdf7641661161815466a14ed7e8e26ce67.tar.xz
yuzu-b725d1fdf7641661161815466a14ed7e8e26ce67.tar.zst
yuzu-b725d1fdf7641661161815466a14ed7e8e26ce67.zip
Diffstat (limited to '')
-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,
};
/**