mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Change netplay initial gctime to be determined by the hosts initial time
This commit is contained in:
parent
4cdc307b87
commit
074d688884
14 changed files with 62 additions and 68 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <map>
|
||||
#include <queue>
|
||||
#include <sstream>
|
||||
#include <SFML/Network/Packet.hpp>
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/FifoQueue.h"
|
||||
#include "Common/Thread.h"
|
||||
|
@ -14,7 +15,7 @@
|
|||
#include "Common/TraversalClient.h"
|
||||
#include "Core/NetPlayProto.h"
|
||||
#include "InputCommon/GCPadStatus.h"
|
||||
#include <SFML/Network/Packet.hpp>
|
||||
|
||||
|
||||
class NetPlayUI
|
||||
{
|
||||
|
@ -97,7 +98,7 @@ protected:
|
|||
Common::FifoQueue<GCPadStatus> m_pad_buffer[4];
|
||||
Common::FifoQueue<NetWiimote> m_wiimote_buffer[4];
|
||||
|
||||
NetPlayUI* m_dialog;
|
||||
NetPlayUI* m_dialog;
|
||||
|
||||
ENetHost* m_client;
|
||||
ENetPeer* m_server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue