summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar bunnei2019-01-07 21:46:33 -0500
committerGravatar bunnei2019-03-06 21:09:09 -0500
commitd6015ee211b04ac948a30abbaf2f623e1d903945 (patch)
treec3f71c913fb6cc2825a81332e76c08f3e954fd2c /src/core/settings.h
parentcore: Set is_powered_on before GPU is initialized. (diff)
downloadyuzu-d6015ee211b04ac948a30abbaf2f623e1d903945.tar.gz
yuzu-d6015ee211b04ac948a30abbaf2f623e1d903945.tar.xz
yuzu-d6015ee211b04ac948a30abbaf2f623e1d903945.zip
settings: Add new graphics setting for use_asynchronous_gpu_emulation.
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 7e76e0466..cdfb2f742 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -393,6 +393,7 @@ struct Values {
393 u16 frame_limit; 393 u16 frame_limit;
394 bool use_disk_shader_cache; 394 bool use_disk_shader_cache;
395 bool use_accurate_gpu_emulation; 395 bool use_accurate_gpu_emulation;
396 bool use_asynchronous_gpu_emulation;
396 397
397 float bg_red; 398 float bg_red;
398 float bg_green; 399 float bg_green;