EXI: Namespace device classes

This commit is contained in:
Lioncash 2017-03-18 17:46:05 -04:00
commit 44fb429e7e
37 changed files with 156 additions and 53 deletions

View file

@ -93,7 +93,7 @@ private:
std::string m_strGPUDeterminismMode;
std::array<int, MAX_BBMOTES> iWiimoteSource;
std::array<SerialInterface::SIDevices, SerialInterface::MAX_SI_CHANNELS> Pads;
std::array<TEXIDevices, ExpansionInterface::MAX_EXI_CHANNELS> m_EXIDevice;
std::array<ExpansionInterface::TEXIDevices, ExpansionInterface::MAX_EXI_CHANNELS> m_EXIDevice;
};
void ConfigCache::SaveConfig(const SConfig& config)