diff options
author | bunnei <bunneidev@gmail.com> | 2018-06-26 14:36:26 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-06-27 00:08:04 -0400 |
commit | 1bbbd26563c1fa50f5f74831d89473bf5d7dda24 (patch) | |
tree | fe71d4c5a9100953a103d51756bc5d4333c158b0 /src/yuzu_cmd/default_ini.h | |
parent | 3f9f047375dd9aae7eadcb957747fa8db01544bf (diff) |
settings: Add a configuration for use_accurate_framebuffers.
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 1c438c3f5..5896971d4 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -102,6 +102,10 @@ resolution_factor = # 0 (default): Off, 1: On use_vsync = +# Whether to use accurate framebuffers +# 0 (default): Off (fast), 1 : On (slow) +use_accurate_framebuffers = + # The clear color for the renderer. What shows up on the sides of the bottom screen. # Must be in range of 0.0-1.0. Defaults to 1.0 for all. bg_red = |