mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
SI: Namespace device classes
Places all of the SI code under the SerialInterface namespace instead of only the main source file. This keeps all SI code under a common name, as well as out of the global namespace
This commit is contained in:
parent
2cead402b3
commit
f0eeb3c63a
26 changed files with 112 additions and 50 deletions
|
@ -252,7 +252,7 @@ struct SConfig : NonCopyable
|
|||
std::string m_strGbaCartA;
|
||||
std::string m_strGbaCartB;
|
||||
TEXIDevices m_EXIDevice[3];
|
||||
SIDevices m_SIDevice[4];
|
||||
SerialInterface::SIDevices m_SIDevice[4];
|
||||
std::string m_bba_mac;
|
||||
|
||||
// interface language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue