mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Rename existing BBA to BBA (TAP) to prepare for new BBA
Based on work by tommy1019
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user