diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-10 23:29:28 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-10 23:29:31 +0100 |
commit | 3f602dde0f0ad719e1b229cebe6d0888e102fd76 (patch) | |
tree | 15dfd6f89951e634330ce099d0afcc18a96c0537 | |
parent | core/hle/result: Remove now-unused constructor for ResultCode (diff) | |
download | yuzu-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 '')
-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; |