Allow 400% internal resolution (#516)

Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
V10lator 2025-08-01 20:53:30 +02:00 committed by GitHub
parent 1702f9029a
commit 57dcefb206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ void PortMenu::AddSettings() {
.IsPercentage()
.Format("")
.Min(0.5f)
.Max(2.0f));
.Max(4.0f));
#endif
#ifndef __WIIU__
AddWidget(path, "Anti-aliasing (MSAA): %d", WIDGET_CVAR_SLIDER_INT)