frontend: Remove V-Sync option from UI

The V-Sync option is fundamentally broken in Citra, so let's do the same as yuzu and remove it entirely for SDL2 and at least from the frontend for QT.
(It was also only used by 7.3% of users)
This commit is contained in:
fearlessTobi 2018-11-29 17:07:18 +01:00
parent 95a57a2fe3
commit 1302c9c1e7
10 changed files with 9 additions and 19 deletions

View file

@ -135,7 +135,7 @@ struct Values {
bool shaders_accurate_mul;
bool use_shader_jit;
u16 resolution_factor;
bool use_vsync;
bool vsync_enabled;
bool use_frame_limit;
u16 frame_limit;