summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-04-19 21:02:46 -0400
committerGravatar FernandoS272019-04-20 00:05:24 -0400
commit788497fd9d41bbfb82a1ac6816bee805a38e60cc (patch)
tree29c3def5870dd2efc129f61d534e587a8d32e03a /src/core/settings.h
parentMerge pull request #2415 from lioncash/const (diff)
downloadyuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar.gz
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar.xz
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.zip
Allow picking a Compatibility Profile for OpenGL.
This option allows picking the compatibility profile since a lot of bugs are fixed in it. We devs will use this option to easierly debug current problems in our Core implementation.:wq
Diffstat (limited to 'src/core/settings.h')
-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 b84390745..5ff3634aa 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -390,6 +390,7 @@ struct Values {
390 float resolution_factor; 390 float resolution_factor;
391 bool use_frame_limit; 391 bool use_frame_limit;
392 u16 frame_limit; 392 u16 frame_limit;
393 bool use_compatibility_profile;
393 bool use_disk_shader_cache; 394 bool use_disk_shader_cache;
394 bool use_accurate_gpu_emulation; 395 bool use_accurate_gpu_emulation;
395 bool use_asynchronous_gpu_emulation; 396 bool use_asynchronous_gpu_emulation;