mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-11 11:49:49 -05:00
VideoCommon: Support hot reloading of VS expand
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user