diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-10 18:29:28 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-10 18:29:31 -0400 |
commit | 3f602dde0f0ad719e1b229cebe6d0888e102fd76 (patch) | |
tree | 15dfd6f89951e634330ce099d0afcc18a96c0537 | |
parent | f7ec0bcfc2e638530af3254386917e2d39a25e9c (diff) |
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.
-rw-r--r-- | src/core/hle/result.h | 2 |
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; |