mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
Fix UI crash on Windows (#813)
This commit is contained in:
parent
dba724c4a0
commit
eda4cf4b24
2 changed files with 8 additions and 3 deletions
|
@ -43,7 +43,9 @@ private:
|
|||
wxCheckBox* m_auto_update, *m_save_screenshot;
|
||||
wxCheckBox* m_permanent_storage;
|
||||
wxCheckBox* m_disable_screensaver;
|
||||
wxCheckBox* m_feral_gamemode;
|
||||
#if BOOST_OS_LINUX && defined(ENABLE_FERAL_GAMEMODE)
|
||||
wxCheckBox* m_feral_gamemode;
|
||||
#endif
|
||||
wxListBox* m_game_paths;
|
||||
wxTextCtrl* m_mlc_path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue