core: settings: Add setting to enable vsync, which is on by default.
This commit is contained in:
parent
45ac1c62c6
commit
571451bdfe
8 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue