summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-10 23:23:39 +0100
committerLioncash <mathew1800@gmail.com>2019-03-10 23:23:42 +0100
commitd870cc5ad710b04fae15baee85e0fa0f4df1e8a0 (patch)
tree74175f4eff4fa6cd305d66a723cc5b422cccd563 /src/core/hle/result.h
parentMerge pull request #2207 from lioncash/hwopus (diff)
downloadyuzu-d870cc5ad710b04fae15baee85e0fa0f4df1e8a0.tar
yuzu-d870cc5ad710b04fae15baee85e0fa0f4df1e8a0.tar.gz
yuzu-d870cc5ad710b04fae15baee85e0fa0f4df1e8a0.tar.bz2
yuzu-d870cc5ad710b04fae15baee85e0fa0f4df1e8a0.tar.lz
yuzu-d870cc5ad710b04fae15baee85e0fa0f4df1e8a0.tar.xz
yuzu-d870cc5ad710b04fae15baee85e0fa0f4df1e8a0.tar.zst
yuzu-d870cc5ad710b04fae15baee85e0fa0f4df1e8a0.zip
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index 1ed144481..9f6ac39e6 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -17,7 +17,6 @@
*/
enum class ErrorDescription : u32 {
Success = 0,
- RemoteProcessDead = 301,
};
/**