diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-08-21 15:43:15 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-08-21 15:43:15 +0200 |
commit | c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5 (patch) | |
tree | 05b033b005a89572c45dce7e4b3cd631cb0f7194 /src | |
parent | Merge pull request #6888 from v1993/patch-3 (diff) | |
download | yuzu-c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5.tar yuzu-c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5.tar.gz yuzu-c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5.tar.bz2 yuzu-c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5.tar.lz yuzu-c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5.tar.xz yuzu-c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5.tar.zst yuzu-c4a1d3cbf49cb62656071b2769fcf4281b7d6cf5.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index c65746749..20769d310 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -489,7 +489,7 @@ struct Values { std::chrono::seconds custom_rtc_differential; BasicSetting<s32> current_user{0, "current_user"}; - RangedSetting<s32> language_index{1, 0, 16, "language_index"}; + RangedSetting<s32> language_index{1, 0, 17, "language_index"}; RangedSetting<s32> region_index{1, 0, 6, "region_index"}; RangedSetting<s32> time_zone_index{0, 0, 45, "time_zone_index"}; RangedSetting<s32> sound_index{1, 0, 2, "sound_index"}; |