From af8223866354b657154285bf59423b5fb14a0ad5 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Thu, 13 Oct 2022 23:48:19 +0200 Subject: [PATCH] early-access version 3022 --- README.md | 2 +- src/common/settings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 403439fff..2c22dc6fc 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3021. +This is the source code for early-access 3022. ## Legal Notice diff --git a/src/common/settings.h b/src/common/settings.h index d2452c93b..0eb98939c 100755 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -431,7 +431,7 @@ struct Values { FullscreenMode::Exclusive, #endif FullscreenMode::Borderless, FullscreenMode::Exclusive, "fullscreen_mode"}; - SwitchableSetting aspect_ratio{0, 0, 3, "aspect_ratio"}; + SwitchableSetting aspect_ratio{0, 0, 4, "aspect_ratio"}; SwitchableSetting max_anisotropy{0, 0, 5, "max_anisotropy"}; SwitchableSetting use_speed_limit{true, "use_speed_limit"}; SwitchableSetting speed_limit{100, 0, 9999, "speed_limit"};