diff options
| author | 2018-10-17 18:40:34 -0400 | |
|---|---|---|
| committer | 2018-10-17 18:40:34 -0400 | |
| commit | f912a82a8efe9a699fef74acb0db9f1779295c32 (patch) | |
| tree | 716cce6c0c286c224f3eeb196cdb1bbb4a42850e /src/core/settings.h | |
| parent | Merge pull request #1498 from lioncash/aslr (diff) | |
| parent | gl_rasterizer_cache: Remove unnecessary block_depth=1 on Flush. (diff) | |
| download | yuzu-f912a82a8efe9a699fef74acb0db9f1779295c32.tar.gz yuzu-f912a82a8efe9a699fef74acb0db9f1779295c32.tar.xz yuzu-f912a82a8efe9a699fef74acb0db9f1779295c32.zip | |
Merge pull request #1497 from bunnei/flush-framebuffers
Implement flushing in the rasterizer cache
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; |