mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
EXI: Namespace device classes
This commit is contained in:
parent
ce034a8186
commit
44fb429e7e
37 changed files with 156 additions and 53 deletions
|
@ -251,7 +251,7 @@ struct SConfig : NonCopyable
|
|||
std::string m_strMemoryCardB;
|
||||
std::string m_strGbaCartA;
|
||||
std::string m_strGbaCartB;
|
||||
TEXIDevices m_EXIDevice[3];
|
||||
ExpansionInterface::TEXIDevices m_EXIDevice[3];
|
||||
SerialInterface::SIDevices m_SIDevice[4];
|
||||
std::string m_bba_mac;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue