mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-22 05:01:06 -05:00
Netplay: Get memory card size override setting from config system instead of manually parsing INI.
This commit is contained in:
@@ -822,6 +822,8 @@ void NetPlayClient::OnStartGame(sf::Packet& packet)
|
||||
for (auto slot : ExpansionInterface::SLOTS)
|
||||
packet >> m_net_settings.m_EXIDevice[slot];
|
||||
|
||||
packet >> m_net_settings.m_MemcardSizeOverride;
|
||||
|
||||
for (u32& value : m_net_settings.m_SYSCONFSettings)
|
||||
packet >> value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user