diff options
| author | 2020-02-13 22:06:11 -0500 | |
|---|---|---|
| committer | 2020-02-25 20:57:02 -0500 | |
| commit | 571451bdfe18e9e53af3fa458f18a3192094eebe (patch) | |
| tree | 7fe1331c3011b6e912fdf3d17f99944d418df2fd /src/core/settings.h | |
| parent | Merge pull request #3461 from ReinUsesLisp/r32i-rt (diff) | |
| download | yuzu-571451bdfe18e9e53af3fa458f18a3192094eebe.tar.gz yuzu-571451bdfe18e9e53af3fa458f18a3192094eebe.tar.xz yuzu-571451bdfe18e9e53af3fa458f18a3192094eebe.zip | |
core: settings: Add setting to enable vsync, which is on by default.
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index f837d3fbc..15b691342 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -435,6 +435,7 @@ struct Values { | |||
| 435 | bool use_disk_shader_cache; | 435 | bool use_disk_shader_cache; |
| 436 | bool use_accurate_gpu_emulation; | 436 | bool use_accurate_gpu_emulation; |
| 437 | bool use_asynchronous_gpu_emulation; | 437 | bool use_asynchronous_gpu_emulation; |
| 438 | bool use_vsync; | ||
| 438 | bool force_30fps_mode; | 439 | bool force_30fps_mode; |
| 439 | 440 | ||
| 440 | float bg_red; | 441 | float bg_red; |