diff options
| author | 2018-10-16 17:02:29 -0400 | |
|---|---|---|
| committer | 2018-10-16 17:02:29 -0400 | |
| commit | ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9 (patch) | |
| tree | 1b6c1ee253d8111c2d74641201cec514613a3435 /src/core/settings.h | |
| parent | rasterizer_cache: Refactor to support in-order flushing. (diff) | |
| download | yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar.gz yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.tar.xz yuzu-ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9.zip | |
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
- This will be used as a catch-all for slow-but-accurate GPU emulation paths.
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 2 |
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 { | |||
| 136 | float resolution_factor; | 136 | float resolution_factor; |
| 137 | bool use_frame_limit; | 137 | bool use_frame_limit; |
| 138 | u16 frame_limit; | 138 | u16 frame_limit; |
| 139 | bool use_accurate_framebuffers; | 139 | bool use_accurate_gpu_emulation; |
| 140 | 140 | ||
| 141 | float bg_red; | 141 | float bg_red; |
| 142 | float bg_green; | 142 | float bg_green; |