summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-16 23:02:29 +0200
committerbunnei <bunneidev@gmail.com>2018-10-16 23:02:29 +0200
commitee7c2dbf5a9086a006e713fcc9eff43f18cafcc9 (patch)
tree1b6c1ee253d8111c2d74641201cec514613a3435 /src/core/settings.h
parentrasterizer_cache: Refactor to support in-order flushing. (diff)
downloadyuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar
yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar.gz
yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar.bz2
yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar.lz
yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar.xz
yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar.zst
yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.zip
Diffstat (limited to '')
-rw-r--r--src/core/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 83b9a04c8..8f2da01c8 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -136,7 +136,7 @@ struct Values {
float resolution_factor;
bool use_frame_limit;
u16 frame_limit;
- bool use_accurate_framebuffers;
+ bool use_accurate_gpu_emulation;
float bg_red;
float bg_green;