GPU: Fix double shader compilation
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user