diff --git a/README.md b/README.md index 11cd2702d..530bdb48b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2006. +This is the source code for early-access 2007. ## Legal Notice diff --git a/src/common/settings.h b/src/common/settings.h index 35d467b4a..ce8b1f473 100755 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -495,7 +495,7 @@ struct Values { std::chrono::seconds custom_rtc_differential; BasicSetting current_user{0, "current_user"}; - RangedSetting language_index{1, 0, 16, "language_index"}; + RangedSetting language_index{1, 0, 17, "language_index"}; RangedSetting region_index{1, 0, 6, "region_index"}; RangedSetting time_zone_index{0, 0, 45, "time_zone_index"}; RangedSetting sound_index{1, 0, 2, "sound_index"}; diff --git a/src/shader_recompiler/frontend/maxwell/translate_program.cpp b/src/shader_recompiler/frontend/maxwell/translate_program.cpp index 727855774..b53073165 100755 --- a/src/shader_recompiler/frontend/maxwell/translate_program.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate_program.cpp @@ -178,11 +178,13 @@ IR::Program TranslateProgram(ObjectPool& inst_pool, ObjectPool