mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
Merge branch 'cemu-project:main' into metal
This commit is contained in:
commit
25a1d7ef6c
5 changed files with 9 additions and 1 deletions
|
@ -934,6 +934,7 @@ void GeneralSettings2::StoreConfig()
|
|||
config.fullscreen_menubar = m_fullscreen_menubar->IsChecked();
|
||||
config.check_update = m_auto_update->IsChecked();
|
||||
config.save_screenshot = m_save_screenshot->IsChecked();
|
||||
config.receive_untested_updates = m_receive_untested_releases->IsChecked();
|
||||
#if BOOST_OS_LINUX && defined(ENABLE_FERAL_GAMEMODE)
|
||||
config.feral_gamemode = m_feral_gamemode->IsChecked();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue