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

@ -61,6 +61,12 @@ void GPU::UpdateSettings()
UpdateCRTCDisplayParameters();
}
void GPU::UpdateHardwareType()
{
m_console_is_pal = m_system->IsPALRegion();
UpdateCRTCDisplayParameters();
}
void GPU::Reset()
{
SoftReset();