mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +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
|
@ -32,7 +32,7 @@ typedef std::vector<u8> NetWiimote;
|
|||
|
||||
#define NETPLAY_VERSION "Dolphin NetPlay 2014-01-08"
|
||||
|
||||
static const int NETPLAY_INITIAL_GCTIME = 1272737767;
|
||||
extern int g_netplay_initial_gctime;
|
||||
|
||||
// messages
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue