mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
Use system time for start time in netplay.
This commit is contained in:
parent
a3f6cbfe6b
commit
e7d237f199
5 changed files with 19 additions and 13 deletions
|
@ -32,7 +32,7 @@ typedef std::vector<u8> NetWiimote;
|
|||
|
||||
#define NETPLAY_VERSION "Dolphin NetPlay 2014-01-08"
|
||||
|
||||
extern int g_netplay_initial_gctime;
|
||||
extern u64 g_netplay_initial_gctime;
|
||||
|
||||
// messages
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue