diff options
author | bunnei <bunneidev@gmail.com> | 2018-06-26 20:36:26 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-06-27 06:08:04 +0200 |
commit | 1bbbd26563c1fa50f5f74831d89473bf5d7dda24 (patch) | |
tree | fe71d4c5a9100953a103d51756bc5d4333c158b0 /src/yuzu_cmd/default_ini.h | |
parent | gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers. (diff) | |
download | yuzu-1bbbd26563c1fa50f5f74831d89473bf5d7dda24.tar yuzu-1bbbd26563c1fa50f5f74831d89473bf5d7dda24.tar.gz yuzu-1bbbd26563c1fa50f5f74831d89473bf5d7dda24.tar.bz2 yuzu-1bbbd26563c1fa50f5f74831d89473bf5d7dda24.tar.lz yuzu-1bbbd26563c1fa50f5f74831d89473bf5d7dda24.tar.xz yuzu-1bbbd26563c1fa50f5f74831d89473bf5d7dda24.tar.zst yuzu-1bbbd26563c1fa50f5f74831d89473bf5d7dda24.zip |
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 = |