diff options
| author | bunnei <bunneidev@gmail.com> | 2021-08-31 09:11:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 09:11:21 -0700 |
| commit | 956171f02452c7f1df3778abd9827aaebb536dd0 (patch) | |
| tree | 908265b873c0f2529160454b5dc467104d5e8ac8 /src/common/settings.h | |
| parent | 122eb3cbd0603911d44899c708e8cb3b79710274 (diff) | |
| parent | fe0acec53924fd05829901e43b4783324a733b13 (diff) | |
Merge pull request #6897 from FernandoS27/pineapple-does-not-belong-in-pizza
Project <tentative title>: Rework Garbage Collection.
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 20769d310..ec4d381e8 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -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"}; |
