mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Step MemoryWatcher at end of each video frame.
This commit is contained in:
@ -726,6 +726,7 @@ static void BeginField(FieldType field, u64 ticks)
|
||||
static void EndField()
|
||||
{
|
||||
Core::VideoThrottle();
|
||||
Core::OnFrameEnd();
|
||||
}
|
||||
|
||||
// Purpose: Send VI interrupt when triggered
|
||||
|
Reference in New Issue
Block a user