mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Compare timebase of netplay users to detect desyncs.
This commit is contained in:
parent
3d9fdf57e8
commit
04ca54623c
6 changed files with 94 additions and 3 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue