mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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