Qt/NetPlayDialog: Improve player list

This commit is contained in:
spycrab 2018-05-12 15:13:30 +02:00
commit d8a95834f3
4 changed files with 79 additions and 29 deletions

View file

@ -1271,6 +1271,16 @@ void NetPlayClient::ComputeMD5(const std::string& file_identifier)
m_MD5_thread.detach();
}
const PadMappingArray& NetPlayClient::GetPadMapping() const
{
return m_pad_map;
}
const PadMappingArray& NetPlayClient::GetWiimoteMapping() const
{
return m_wiimote_map;
}
// stuff hacked into dolphin
// called from ---CPU--- thread