mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Wire up frame before/after events
This commit is contained in:
@ -417,6 +417,12 @@ void VertexManagerBase::Flush()
|
||||
|
||||
m_is_flushed = true;
|
||||
|
||||
if (m_draw_counter == 0)
|
||||
{
|
||||
// This is more or less the start of the Frame
|
||||
BeforeFrameEvent::Trigger();
|
||||
}
|
||||
|
||||
if (xfmem.numTexGen.numTexGens != bpmem.genMode.numtexgens ||
|
||||
xfmem.numChan.numColorChans != bpmem.genMode.numcolchans)
|
||||
{
|
||||
|
Reference in New Issue
Block a user