mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Wire up frame before/after events
This commit is contained in:
parent
154cb4f722
commit
2a18b34a73
6 changed files with 117 additions and 45 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue