Merge pull request #5804 from weihuoya/minorfx

Minor fx
This commit is contained in:
SachinVin
2022-01-30 21:51:11 +05:30
committed by GitHub
4 changed files with 13 additions and 11 deletions

View File

@@ -113,7 +113,7 @@ out gl_PerVertex {
}
PicaFSConfig PicaFSConfig::BuildFromRegs(const Pica::Regs& regs) {
PicaFSConfig res;
PicaFSConfig res{};
auto& state = res.state;