add threaded 3D option to the interface and config file. not functional yet.

This commit is contained in:
StapleButter
2017-05-25 22:50:36 +02:00
parent 0c31a7ab01
commit 9d2b36127d
4 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,7 @@ private:
void OnCancel(wxCommandEvent& event);
wxCheckBox* cbDirectBoot;
wxCheckBox* cbThreaded3D;
};
#endif // WX_EMUCONFIG_H