add setting for whether to bind the wifi socket to any address or to loopback only

This commit is contained in:
StapleButter
2017-07-16 00:57:26 +02:00
parent bb963c35a4
commit 08bdef481f
7 changed files with 35 additions and 6 deletions

View File

@ -38,6 +38,7 @@ private:
wxCheckBox* cbDirectBoot;
wxCheckBox* cbThreaded3D;
wxCheckBox* cbBindAnyAddr;
};
#endif // WX_EMUCONFIG_H