GPU: Fix double shader compilation
This commit is contained in:
@ -61,6 +61,12 @@ void GPU::UpdateSettings()
|
||||
UpdateCRTCDisplayParameters();
|
||||
}
|
||||
|
||||
void GPU::UpdateHardwareType()
|
||||
{
|
||||
m_console_is_pal = m_system->IsPALRegion();
|
||||
UpdateCRTCDisplayParameters();
|
||||
}
|
||||
|
||||
void GPU::Reset()
|
||||
{
|
||||
SoftReset();
|
||||
|
||||
Reference in New Issue
Block a user