From d870cc5ad710b04fae15baee85e0fa0f4df1e8a0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 10 Mar 2019 18:23:39 -0400 Subject: core/hle/result: Relocate IPC error code to ipc_helpers Relocates the error code to where it's most related, similar to how all the other error codes are. Previously we were including a non-generic error in the main result code header. --- src/core/hle/result.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hle/result.h') 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, }; /** -- cgit v1.2.3