Rename existing BBA to BBA (TAP) to prepare for new BBA

Based on work by tommy1019
This commit is contained in:
CrunchBite
2020-06-07 23:17:28 -04:00
parent 94f317010e
commit 595e1197b6
13 changed files with 154 additions and 95 deletions

View File

@ -226,7 +226,8 @@ struct SConfig
std::string m_strGbaCartB;
ExpansionInterface::TEXIDevices m_EXIDevice[3];
SerialInterface::SIDevices m_SIDevice[4];
std::string m_bba_mac;
std::string m_bba_tap_mac;
// interface language
std::string m_InterfaceLanguage;