summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2020-04-27 00:18:46 -0400
committerGravatar GitHub2020-04-27 00:18:46 -0400
commit6c7d8073be9ab0ce92d346742989800895beeffe (patch)
tree298da9383d7f883102643f0ab146dda72d9f5358 /src/core
parentMerge pull request #3795 from vitor-k/fix-folder (diff)
parentClang Format. (diff)
downloadyuzu-6c7d8073be9ab0ce92d346742989800895beeffe.tar.gz
yuzu-6c7d8073be9ab0ce92d346742989800895beeffe.tar.xz
yuzu-6c7d8073be9ab0ce92d346742989800895beeffe.zip
Merge pull request #3742 from FernandoS27/command-list
Optimize GPU Command Lists and Introduce Fast GPU Time Option
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 7d09253f5..163900f0b 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -446,6 +446,7 @@ struct Values {
446 bool use_asynchronous_gpu_emulation; 446 bool use_asynchronous_gpu_emulation;
447 bool use_vsync; 447 bool use_vsync;
448 bool force_30fps_mode; 448 bool force_30fps_mode;
449 bool use_fast_gpu_time;
449 450
450 float bg_red; 451 float bg_red;
451 float bg_green; 452 float bg_green;