We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a161aa7 commit 7dba3c3Copy full SHA for 7dba3c3
src/port/ui/PortMenu.cpp
@@ -227,7 +227,6 @@ void PortMenu::AddSettings() {
227
AddSidebarEntry("Settings", "Graphics", 3);
228
AddWidget(path, "Renderer API (Needs reload)", WIDGET_VIDEO_BACKEND);
229
230
-#ifndef __APPLE__
231
AddWidget(path, "Internal Resolution: %.0f%%", WIDGET_CVAR_SLIDER_FLOAT)
232
.CVar(CVAR_INTERNAL_RESOLUTION)
233
.Callback([](WidgetInfo& info) {
@@ -252,7 +251,7 @@ void PortMenu::AddSettings() {
252
251
.Format("")
253
.Min(0.5f)
254
.Max(4.0f));
255
-#endif
+
256
#ifndef __WIIU__
257
AddWidget(path, "Anti-aliasing (MSAA): %d", WIDGET_CVAR_SLIDER_INT)
258
.CVar(CVAR_MSAA_VALUE)
0 commit comments