VideoCommon: Support hot reloading of VS expand

This commit is contained in:
TellowKrinkle
2022-10-22 20:11:52 -05:00
parent 3912fa7a2e
commit 1e9b6f88e4
4 changed files with 10 additions and 5 deletions

View File

@ -826,6 +826,12 @@ void VertexManagerBase::UpdatePipelineObject()
}
}
void VertexManagerBase::OnConfigChange()
{
// Reload index generator function tables in case VS expand config changed
m_index_generator.Init();
}
void VertexManagerBase::OnDraw()
{
m_draw_counter++;