mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 13:16:41 +00:00
EXI_DeviceIPL: Unify GetGCTime epoch handling
This commit is contained in:
parent
8155a253c6
commit
9950209bbf
10 changed files with 35 additions and 46 deletions
|
@ -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>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue