mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 09:32:33 -07:00
Garbage Collection: enable as default, eliminate option.
This commit is contained in:
@@ -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"};
|
||||
|
Reference in New Issue
Block a user