XLX: Add option to overide default module in config.

This commit is contained in:
Simon
2018-10-21 15:26:54 +01:00
parent 6a449f4d90
commit 8ed2565a25
4 changed files with 22 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ private:
bool m_xlxConnected;
bool m_xlxDebug;
bool m_xlxUserControl;
char m_xlxModule;
CRewriteTG* m_rptRewrite;
CRewriteTG* m_xlxRewrite;
std::vector<CRewrite*> m_dmr1NetRewrites;