summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorGravatar Lioncash2019-03-10 18:29:28 -0400
committerGravatar Lioncash2019-03-10 18:29:31 -0400
commit3f602dde0f0ad719e1b229cebe6d0888e102fd76 (patch)
tree15dfd6f89951e634330ce099d0afcc18a96c0537 /src/core/hle/result.h
parentcore/hle/result: Remove now-unused constructor for ResultCode (diff)
downloadyuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar.gz
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar.xz
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.zip
core/hle/result: Amend error in comment description for ResultCode
Gets rid of another holdover from Citra, and describes the OS on the Switch instead.
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index fca07532e..46116c40a 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -112,7 +112,7 @@ enum class ErrorModule : u32 {
112 ShopN = 811, 112 ShopN = 811,
113}; 113};
114 114
115/// Encapsulates a CTR-OS error code, allowing it to be separated into its constituent fields. 115/// Encapsulates a Horizon OS error code, allowing it to be separated into its constituent fields.
116union ResultCode { 116union ResultCode {
117 u32 raw; 117 u32 raw;
118 118