mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Change netplay initial gctime to be determined by the hosts initial time
This commit is contained in:
@ -452,7 +452,7 @@ bool BeginRecordingInput(int controllers)
|
||||
if (NetPlay::IsNetPlayRunning())
|
||||
{
|
||||
s_bNetPlay = true;
|
||||
s_recordingStartTime = NETPLAY_INITIAL_GCTIME;
|
||||
s_recordingStartTime = g_netplay_initial_gctime;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user