early-access version 3824

main
pineappleEA 2023-08-20 06:15:08 +02:00
parent 1b6e5d88e3
commit 887b1e5450
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 3823.
This is the source code for early-access 3824.
## Legal Notice

View File

@ -582,12 +582,6 @@ void Maxwell3D::ProcessQueryCondition() {
}
void Maxwell3D::ProcessCounterReset() {
#if ANDROID
if (!Settings::IsGPULevelHigh()) {
// This is problematic on Android, disable on GPU Normal.
return;
}
#endif
switch (regs.clear_report_value) {
case Regs::ClearReport::ZPassPixelCount:
rasterizer->ResetCounter(VideoCommon::QueryType::ZPassPixelCount64);