From abe5c6efec7b05512a8fbf959feb7612c9fe56a0 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Wed, 3 Feb 2016 13:18:26 -0800 Subject: GSP: Return proper error codes for register writes --- src/core/hle/result.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/result.h') diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 0cb76ba1c..2d22652d9 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -24,6 +24,7 @@ enum class ErrorDescription : u32 { FS_InvalidOpenFlags = 230, FS_NotAFile = 250, FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive + OutofRangeOrMisalignedAddress = 513, // TODO(purpasmart): Check if this name fits its actual usage FS_InvalidPath = 702, InvalidSection = 1000, TooLarge = 1001, -- cgit v1.2.3