From 3f602dde0f0ad719e1b229cebe6d0888e102fd76 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 10 Mar 2019 18:29:28 -0400 Subject: [PATCH] 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. --- src/core/hle/result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/result.h b/src/core/hle/result.h index fca07532e3..46116c40a9 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;