mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
GeneralSettings: Update vsync after settings close (#401)
This commit is contained in:
parent
f41f7b63e8
commit
c3182aedd9
6 changed files with 34 additions and 29 deletions
|
@ -1334,8 +1334,9 @@ void GeneralSettings2::HandleGraphicsApiSelection()
|
|||
m_vsync->AppendString(_("Off"));
|
||||
m_vsync->AppendString(_("Double buffering"));
|
||||
m_vsync->AppendString(_("Triple buffering"));
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
m_vsync->AppendString(_("Match emulated display (Experimental)"));
|
||||
#endif
|
||||
|
||||
m_vsync->Select(selection);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue