diff options
author | bunnei <bunneidev@gmail.com> | 2018-10-16 17:02:29 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-10-16 17:02:29 -0400 |
commit | ee7c2dbf5a9086a006e713fcc9eff43f18cafcc9 (patch) | |
tree | 1b6c1ee253d8111c2d74641201cec514613a3435 /src/core/settings.h | |
parent | 91602de7f27e391c8e322a2670ef9d50a64f7517 (diff) |
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 { 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; |