mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Compare timebase of netplay users to detect desyncs.
This commit is contained in:
@ -29,7 +29,7 @@ struct Rpt : public std::vector<u8>
|
||||
|
||||
typedef std::vector<u8> NetWiimote;
|
||||
|
||||
#define NETPLAY_VERSION "Dolphin NetPlay 2014-01-08"
|
||||
#define NETPLAY_VERSION "Dolphin NetPlay 2015-03-10"
|
||||
|
||||
extern u64 g_netplay_initial_gctime;
|
||||
|
||||
@ -53,6 +53,9 @@ enum
|
||||
NP_MSG_STOP_GAME = 0xA2,
|
||||
NP_MSG_DISABLE_GAME = 0xA3,
|
||||
|
||||
NP_MSG_TIMEBASE = 0xB0,
|
||||
NP_MSG_DESYNC_DETECTED = 0xB1,
|
||||
|
||||
NP_MSG_READY = 0xD0,
|
||||
NP_MSG_NOT_READY = 0xD1,
|
||||
|
||||
|
Reference in New Issue
Block a user