From b725d1fdf7641661161815466a14ed7e8e26ce67 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 15 Nov 2018 23:27:29 -0500 Subject: file_sys/errors: Extract FS-related error codes to file_sys/errors.h Keeps filesystem-related error codes in one spot. --- src/core/hle/result.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/hle/result.h') 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, }; /** -- cgit v1.2.3