summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-01-07 21:46:33 -0500
committerbunnei <bunneidev@gmail.com>2019-03-06 21:09:09 -0500
commitd6015ee211b04ac948a30abbaf2f623e1d903945 (patch)
treec3f71c913fb6cc2825a81332e76c08f3e954fd2c /src/core/settings.h
parent81e086b5ac490f41498030ee3127c086116b4af2 (diff)
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 {
u16 frame_limit;
bool use_disk_shader_cache;
bool use_accurate_gpu_emulation;
+ bool use_asynchronous_gpu_emulation;
float bg_red;
float bg_green;