Frontend: Support vsync for speed limiter

This commit is contained in:
Connor McLaughlin
2019-10-21 01:41:31 +10:00
parent e0173cbb4d
commit dc7b72b156
3 changed files with 36 additions and 20 deletions

View File

@ -13,6 +13,7 @@ struct Settings
GPUBackend gpu_backend = GPUBackend::OpenGL;
u32 gpu_resolution_scale = 1;
u32 max_gpu_resolution_scale = 1;
bool gpu_vsync = true;
// TODO: Controllers, memory cards, etc.
};