summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-04-20 03:02:46 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-04-20 06:05:24 +0200
commit788497fd9d41bbfb82a1ac6816bee805a38e60cc (patch)
tree29c3def5870dd2efc129f61d534e587a8d32e03a /src/core/settings.h
parentMerge pull request #2415 from lioncash/const (diff)
downloadyuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar.gz
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar.bz2
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar.lz
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar.xz
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.tar.zst
yuzu-788497fd9d41bbfb82a1ac6816bee805a38e60cc.zip
Diffstat (limited to '')
-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 {
float resolution_factor;
bool use_frame_limit;
u16 frame_limit;
+ bool use_compatibility_profile;
bool use_disk_shader_cache;
bool use_accurate_gpu_emulation;
bool use_asynchronous_gpu_emulation;