Garbage Collection: enable as default, eliminate option.

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

View file

@ -37,5 +37,4 @@ private:
ConfigurationShared::CheckState use_vsync;
ConfigurationShared::CheckState use_asynchronous_shaders;
ConfigurationShared::CheckState use_fast_gpu_time;
ConfigurationShared::CheckState use_caches_gc;
};