mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Core: Avoid (Some) Global System Accessor
This commit is contained in:
@ -841,7 +841,7 @@ void VideoInterfaceManager::EndField(FieldType field, u64 ticks)
|
||||
|
||||
g_perf_metrics.CountVBlank();
|
||||
VIEndFieldEvent::Trigger();
|
||||
Core::OnFrameEnd();
|
||||
Core::OnFrameEnd(m_system);
|
||||
}
|
||||
|
||||
// Purpose: Send VI interrupt when triggered
|
||||
|
Reference in New Issue
Block a user