mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
ui: Make 'Exclusive Fullscreen' option configurable
This commit is contained in:
committed by
mborgerson
parent
24087af22a
commit
70d95d879f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user