mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
vk: Do not force strict query scopes by default
This commit is contained in:
parent
ba12de867e
commit
59280a133c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace vk
|
|||
bool g_drv_sanitize_fp_values = false;
|
||||
bool g_drv_disable_fence_reset = false;
|
||||
bool g_drv_emulate_cond_render = false;
|
||||
bool g_drv_strict_query_scopes = true;
|
||||
bool g_drv_strict_query_scopes = false;
|
||||
bool g_drv_force_reuse_query_pools = false;
|
||||
|
||||
u64 g_num_processed_frames = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue