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.
This commit is contained in:
Lioncash 2019-03-10 18:29:28 -04:00
parent f7ec0bcfc2
commit 3f602dde0f

View file

@ -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;