mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Merge pull request #2517 from comex/netplay-timebase-rb
[rebased] Compare timebase of netplay users to detect desyncs.
This commit is contained in:
commit
5c7caf1f22
9 changed files with 112 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
#include "Common/ChunkFile.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/CoreTiming.h"
|
||||
#include "Core/State.h"
|
||||
#include "Core/HW/MMIO.h"
|
||||
|
@ -282,6 +283,8 @@ void SetFinish_OnMainThread(u64 userdata, int cyclesLate)
|
|||
s_signal_finish_interrupt.store(1);
|
||||
UpdateInterrupts();
|
||||
CommandProcessor::SetInterruptFinishWaiting(false);
|
||||
|
||||
Core::FrameUpdateOnCPUThread();
|
||||
}
|
||||
|
||||
// SetToken
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue