Skip to content
Snippets Groups Projects
Commit 3f602dde authored by Lioncash's avatar Lioncash
Browse files

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.
parent f7ec0bcf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment