EXI_DeviceIPL: Unify GetGCTime epoch handling

This commit is contained in:
JosJuice 2016-10-29 14:01:00 +02:00
commit 9950209bbf
10 changed files with 35 additions and 46 deletions

View file

@ -27,7 +27,7 @@ struct NetSettings
};
extern NetSettings g_NetPlaySettings;
extern u64 g_netplay_initial_gctime;
extern u64 g_netplay_initial_rtc;
struct Rpt : public std::vector<u8>
{