Allow 400% internal resolution (#516)
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
parent
1702f9029a
commit
57dcefb206
|
|
@ -234,7 +234,7 @@ void PortMenu::AddSettings() {
|
||||||
.IsPercentage()
|
.IsPercentage()
|
||||||
.Format("")
|
.Format("")
|
||||||
.Min(0.5f)
|
.Min(0.5f)
|
||||||
.Max(2.0f));
|
.Max(4.0f));
|
||||||
#endif
|
#endif
|
||||||
#ifndef __WIIU__
|
#ifndef __WIIU__
|
||||||
AddWidget(path, "Anti-aliasing (MSAA): %d", WIDGET_CVAR_SLIDER_INT)
|
AddWidget(path, "Anti-aliasing (MSAA): %d", WIDGET_CVAR_SLIDER_INT)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue