mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-13 03:29:24 +00:00
Core/NetPlay: Add debugging messages
This commit is contained in:
parent
b9960777a7
commit
b367cd0331
2 changed files with 21 additions and 0 deletions
|
@ -500,6 +500,8 @@ unsigned int NetPlayServer::OnData(sf::Packet& packet, Client& player)
|
|||
MessageId mid;
|
||||
packet >> mid;
|
||||
|
||||
INFO_LOG(NETPLAY, "Got client message: %x", mid);
|
||||
|
||||
// don't need lock because this is the only thread that modifies the players
|
||||
// only need locks for writes to m_players in this thread
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue