mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-24 11:04:29 -04:00
Core/SystemTimers: Refactor to class, move to System.
This commit is contained in:
@@ -2522,7 +2522,7 @@ void NetPlayClient::SendTimeBase()
|
||||
|
||||
if (netplay_client->m_timebase_frame % 60 == 0)
|
||||
{
|
||||
const sf::Uint64 timebase = SystemTimers::GetFakeTimeBase();
|
||||
const sf::Uint64 timebase = Core::System::GetInstance().GetSystemTimers().GetFakeTimeBase();
|
||||
|
||||
sf::Packet packet;
|
||||
packet << MessageID::TimeBase;
|
||||
|
||||
Reference in New Issue
Block a user