Remove comment that may suggest to use wxConfig instead
of wxFileConfig since on windows it would mean using wxRegConfig and we don't want that.
This commit is contained in:
parent
a81c816841
commit
d58743fd37
|
@ -625,7 +625,6 @@ bool Desmume::OnInit()
|
|||
#endif
|
||||
|
||||
SetAppName(_T("desmume"));
|
||||
//comment for devs: or you may use wxConfig instead of wxFileConfig, so it will be wxRegConfig on MSW and wxFileConfig on other platforms
|
||||
wxConfigBase *pConfig = new wxFileConfig();
|
||||
wxConfigBase::Set(pConfig);
|
||||
wxString emu_version(EMU_DESMUME_NAME_AND_VERSION(), wxConvUTF8);
|
||||
|
|
Loading…
Reference in New Issue