early-access version 2921

This commit is contained in:
pineappleEA
2022-08-27 04:27:11 +02:00
parent 27a2d0cdb2
commit d28868920d
11 changed files with 41 additions and 3 deletions

View File

@@ -195,6 +195,7 @@ 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.bg_red.SetGlobal(true);
values.bg_green.SetGlobal(true);
values.bg_blue.SetGlobal(true);