mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
fix netplay bug
This commit is contained in:
parent
b4cc0fc9ca
commit
79e5ce3819
1 changed files with 0 additions and 1 deletions
|
@ -420,7 +420,6 @@ u32 CEXIIPL::GetEmulatedTime(Core::System& system, u32 epoch)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ASSERT(!Core::WantsDeterminism());
|
|
||||||
ltime = Common::Timer::GetLocalTimeSinceJan1970() -
|
ltime = Common::Timer::GetLocalTimeSinceJan1970() -
|
||||||
system.GetSystemTimers().GetLocalTimeRTCOffset();
|
system.GetSystemTimers().GetLocalTimeRTCOffset();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue