ui: Make 'Exclusive Fullscreen' option configurable

This commit is contained in:
Matt Borgerson
2026-01-17 12:55:58 -07:00
committed by mborgerson
parent 24087af22a
commit 70d95d879f
+3
View File
@@ -770,6 +770,9 @@ void MainMenuDisplayView::Draw()
Toggle("Fullscreen on startup",
&g_config.display.window.fullscreen_on_startup,
"Start xemu in fullscreen when opened");
Toggle("Exclusive fullscreen",
&g_config.display.window.fullscreen_exclusive,
"May improve responsiveness, but slows window switching");
if (ChevronCombo("Window size", &g_config.display.window.startup_size,
"Last Used\0"
"640x480\0"