summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorGravatar bunnei2021-08-31 09:11:21 -0700
committerGravatar GitHub2021-08-31 09:11:21 -0700
commit956171f02452c7f1df3778abd9827aaebb536dd0 (patch)
tree908265b873c0f2529160454b5dc467104d5e8ac8 /src/common/settings.h
parentMerge pull request #6928 from ameerj/spirv-get-frontface (diff)
parentGarbage Collection: Make it more agressive on high priority mode. (diff)
downloadyuzu-956171f02452c7f1df3778abd9827aaebb536dd0.tar.gz
yuzu-956171f02452c7f1df3778abd9827aaebb536dd0.tar.xz
yuzu-956171f02452c7f1df3778abd9827aaebb536dd0.zip
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.h1
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 {
475 ShaderBackend::SPIRV, "shader_backend"}; 475 ShaderBackend::SPIRV, "shader_backend"};
476 Setting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"}; 476 Setting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"};
477 Setting<bool> use_fast_gpu_time{true, "use_fast_gpu_time"}; 477 Setting<bool> use_fast_gpu_time{true, "use_fast_gpu_time"};
478 Setting<bool> use_caches_gc{false, "use_caches_gc"};
479 478
480 Setting<u8> bg_red{0, "bg_red"}; 479 Setting<u8> bg_red{0, "bg_red"};
481 Setting<u8> bg_green{0, "bg_green"}; 480 Setting<u8> bg_green{0, "bg_green"};