mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-31 18:03:07 -04:00
Allowing user-set internal resolution in menu (#682)
This commit is contained in:
@@ -227,7 +227,6 @@ void PortMenu::AddSettings() {
|
||||
AddSidebarEntry("Settings", "Graphics", 3);
|
||||
AddWidget(path, "Renderer API (Needs reload)", WIDGET_VIDEO_BACKEND);
|
||||
|
||||
#ifndef __APPLE__
|
||||
AddWidget(path, "Internal Resolution: %.0f%%", WIDGET_CVAR_SLIDER_FLOAT)
|
||||
.CVar(CVAR_INTERNAL_RESOLUTION)
|
||||
.Callback([](WidgetInfo& info) {
|
||||
@@ -252,7 +251,7 @@ void PortMenu::AddSettings() {
|
||||
.Format("")
|
||||
.Min(0.5f)
|
||||
.Max(4.0f));
|
||||
#endif
|
||||
|
||||
#ifndef __WIIU__
|
||||
AddWidget(path, "Anti-aliasing (MSAA): %d", WIDGET_CVAR_SLIDER_INT)
|
||||
.CVar(CVAR_MSAA_VALUE)
|
||||
|
||||
Reference in New Issue
Block a user