summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2016-02-03 22:18:26 +0100
committerpurpasmart96 <kanzoconfigz@hotmail.com>2016-03-31 03:31:49 +0200
commitabe5c6efec7b05512a8fbf959feb7612c9fe56a0 (patch)
treed78c2753234f2eff8db181e34f7333487f4e19a2 /src/core/hle/result.h
parentMerge pull request #1572 from MerryMage/audio-filter (diff)
downloadyuzu-abe5c6efec7b05512a8fbf959feb7612c9fe56a0.tar
yuzu-abe5c6efec7b05512a8fbf959feb7612c9fe56a0.tar.gz
yuzu-abe5c6efec7b05512a8fbf959feb7612c9fe56a0.tar.bz2
yuzu-abe5c6efec7b05512a8fbf959feb7612c9fe56a0.tar.lz
yuzu-abe5c6efec7b05512a8fbf959feb7612c9fe56a0.tar.xz
yuzu-abe5c6efec7b05512a8fbf959feb7612c9fe56a0.tar.zst
yuzu-abe5c6efec7b05512a8fbf959feb7612c9fe56a0.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/result.h1
1 files changed, 1 insertions, 0 deletions
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,