settings: remove pessimistic flushing

This commit is contained in:
Liam 2023-05-03 18:51:44 -04:00
parent a661c547d8
commit ae59ffc56c
8 changed files with 0 additions and 28 deletions

View file

@ -227,7 +227,6 @@ void RestoreGlobalState(bool is_powered_on) {
values.shader_backend.SetGlobal(true);
values.use_asynchronous_shaders.SetGlobal(true);
values.use_fast_gpu_time.SetGlobal(true);
values.use_pessimistic_flushes.SetGlobal(true);
values.use_vulkan_driver_pipeline_cache.SetGlobal(true);
values.bg_red.SetGlobal(true);
values.bg_green.SetGlobal(true);