mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
EXI: Namespace device classes
This commit is contained in:
@ -24,7 +24,7 @@ struct NetSettings
|
||||
bool m_CopyWiiSave;
|
||||
bool m_OCEnable;
|
||||
float m_OCFactor;
|
||||
TEXIDevices m_EXIDevice[2];
|
||||
ExpansionInterface::TEXIDevices m_EXIDevice[2];
|
||||
};
|
||||
|
||||
extern NetSettings g_NetPlaySettings;
|
||||
|
Reference in New Issue
Block a user