diff options
-rw-r--r-- | src/core/hle/service/cfg/cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/cfg/cfg.h b/src/core/hle/service/cfg/cfg.h index c4155da81..7b7a76b08 100644 --- a/src/core/hle/service/cfg/cfg.h +++ b/src/core/hle/service/cfg/cfg.h @@ -42,7 +42,7 @@ struct SaveConfigBlockEntry { }; // TODO(Link Mauve): use a constexpr once MSVC starts supporting it. -#define C(code) ((code)[0] | ((code)[1] << 8)) +#define C(code) (u16)((code)[0] | ((code)[1] << 8)) static const std::array<u16, 187> country_codes = { 0, C("JP"), 0, 0, 0, 0, 0, 0, // 0-7 |