summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2020-07-11 15:26:36 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2020-07-11 15:34:09 +0200
commit0193202964449ba7a6ae46d614a63bf5caa589a7 (patch)
treef762a6569bf1a0e6240e76657fe387d006c3dc71 /src/core/settings.h
parentMerge pull request #4203 from VolcaEM/services (diff)
downloadyuzu-0193202964449ba7a6ae46d614a63bf5caa589a7.tar
yuzu-0193202964449ba7a6ae46d614a63bf5caa589a7.tar.gz
yuzu-0193202964449ba7a6ae46d614a63bf5caa589a7.tar.bz2
yuzu-0193202964449ba7a6ae46d614a63bf5caa589a7.tar.lz
yuzu-0193202964449ba7a6ae46d614a63bf5caa589a7.tar.xz
yuzu-0193202964449ba7a6ae46d614a63bf5caa589a7.tar.zst
yuzu-0193202964449ba7a6ae46d614a63bf5caa589a7.zip
Diffstat (limited to '')
-rw-r--r--src/core/settings.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 850ca4072..c081c083f 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -427,6 +427,16 @@ struct Values {
// Core
Setting<bool> use_multi_core;
+ // Cpu
+ bool cpuopt_page_tables;
+ bool cpuopt_block_linking;
+ bool cpuopt_return_stack_buffer;
+ bool cpuopt_fast_dispatcher;
+ bool cpuopt_context_elimination;
+ bool cpuopt_const_prop;
+ bool cpuopt_misc_ir;
+ bool cpuopt_reduce_misalign_checks;
+
// Renderer
Setting<RendererBackend> renderer_backend;
bool renderer_debug;
@@ -505,7 +515,6 @@ struct Values {
bool dump_nso;
bool reporting_services;
bool quest_flag;
- bool disable_cpu_opt;
bool disable_macro_jit;
// Misceallaneous