Garbage Collection: enable as default, eliminate option.
This commit is contained in:
parent
d540d284b5
commit
ba82bb359b
9 changed files with 2 additions and 26 deletions
|
@ -475,7 +475,6 @@ struct Values {
|
|||
ShaderBackend::SPIRV, "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"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue