summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-10 23:29:28 +0100
committerLioncash <mathew1800@gmail.com>2019-03-10 23:29:31 +0100
commit3f602dde0f0ad719e1b229cebe6d0888e102fd76 (patch)
tree15dfd6f89951e634330ce099d0afcc18a96c0537 /src/core/hle/result.h
parentcore/hle/result: Remove now-unused constructor for ResultCode (diff)
downloadyuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar.gz
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar.bz2
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar.lz
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar.xz
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.tar.zst
yuzu-3f602dde0f0ad719e1b229cebe6d0888e102fd76.zip
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 {
ShopN = 811,
};
-/// Encapsulates a CTR-OS error code, allowing it to be separated into its constituent fields.
+/// Encapsulates a Horizon OS error code, allowing it to be separated into its constituent fields.
union ResultCode {
u32 raw;