core: settings: Add setting to enable vsync, which is on by default.

This commit is contained in:
bunnei 2020-02-13 22:06:11 -05:00
parent 45ac1c62c6
commit 571451bdfe
8 changed files with 25 additions and 0 deletions

View file

@ -435,6 +435,7 @@ struct Values {
bool use_disk_shader_cache;
bool use_accurate_gpu_emulation;
bool use_asynchronous_gpu_emulation;
bool use_vsync;
bool force_30fps_mode;
float bg_red;