mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
rsx/gl: Fix zcull queries and log conditional render modes
- Fixes a situation where a query readback is requested while zcull render is still active
This commit is contained in:
parent
ae440a92ac
commit
4c019c55d2
4 changed files with 23 additions and 7 deletions
|
@ -406,6 +406,7 @@ namespace rsx
|
|||
return;
|
||||
case 2:
|
||||
rsx->conditional_render_enabled = true;
|
||||
LOG_WARNING(RSX, "Conditional rendering mode enabled (mode 2)");
|
||||
break;
|
||||
default:
|
||||
rsx->conditional_render_enabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue