Make sure pixel shaders pick up Initial EFB Scale

This commit is contained in:
Scott Mansell
2023-01-31 22:40:43 +13:00
parent cf9a6f8477
commit e2de281897
2 changed files with 11 additions and 11 deletions

View File

@ -65,7 +65,7 @@ void PixelShaderManager::Init()
}
}
dirty = true;
Dirty();
}
void PixelShaderManager::Dirty()