summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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