early-access version 3004

This commit is contained in:
pineappleEA
2022-10-08 02:15:34 +02:00
parent 9990be03f3
commit 2edca0455c
31 changed files with 4053 additions and 2106 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ public:
std::unique_lock lock{mutex};
if (maxwell3d) {
const auto& regs = maxwell3d->regs;
Stream(VideoCore::QueryType::SamplesPassed).Update(regs.samplecnt_enable);
Stream(VideoCore::QueryType::SamplesPassed).Update(regs.zpass_pixel_count_enable);
}
}