Garbage Collection: enable as default, eliminate option.

This commit is contained in:
Fernando Sahmkow
2021-08-08 12:32:09 +02:00
parent 859deda3bb
commit bc168faa06
9 changed files with 2 additions and 26 deletions

View File

@@ -350,7 +350,6 @@ struct Values {
Setting<ShaderBackend> shader_backend{ShaderBackend::GLASM, "shader_backend"};
Setting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"};
Setting<bool> use_fast_gpu_time{true, "use_fast_gpu_time"};
Setting<bool> use_caches_gc{false, "use_caches_gc"};
Setting<u8> bg_red{0, "bg_red"};
Setting<u8> bg_green{0, "bg_green"};