Преглед изворни кода

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.
Lioncash пре 7 година
родитељ
комит
3f602dde0f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/hle/result.h

+ 1 - 1
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;