GPU: Fix double shader compilation

This commit is contained in:
Connor McLaughlin
2020-06-09 03:04:02 +10:00
parent 86f0d32e70
commit bdf9c91271
3 changed files with 10 additions and 1 deletions

View File

@ -260,7 +260,7 @@ void System::InitializeComponents()
m_timers->Initialize(this, m_interrupt_controller.get(), m_gpu.get());
m_spu->Initialize(this, m_dma.get(), m_interrupt_controller.get());
m_mdec->Initialize(this, m_dma.get());
m_gpu->UpdateSettings();
m_gpu->UpdateHardwareType();
UpdateThrottlePeriod();
}