mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Qt/NetPlayDialog: Improve player list
This commit is contained in:
parent
e78235943e
commit
d8a95834f3
4 changed files with 79 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue