diff options
| author | bunnei <bunneidev@gmail.com> | 2018-10-17 18:40:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-17 18:40:34 -0400 |
| commit | f912a82a8efe9a699fef74acb0db9f1779295c32 (patch) | |
| tree | 716cce6c0c286c224f3eeb196cdb1bbb4a42850e /src/yuzu_cmd/default_ini.h | |
| parent | 6e8752881ca4ee3f2ae9259d3df13e03bbf53938 (diff) | |
| parent | 648b55c6b90347c0bf823c095abd8de5ba42fdc6 (diff) | |
Merge pull request #1497 from bunnei/flush-framebuffers
Implement flushing in the rasterizer cache
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 762396e3b..a97b75f7b 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -110,9 +110,9 @@ use_frame_limit = # 1 - 9999: Speed limit as a percentage of target game speed. 100 (default) frame_limit = -# Whether to use accurate framebuffers +# Whether to use accurate GPU emulation # 0 (default): Off (fast), 1 : On (slow) -use_accurate_framebuffers = +use_accurate_gpu_emulation = # 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. |
