mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 02:05:46 -04:00
Frontend: Support vsync for speed limiter
This commit is contained in:
@ -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.
|
||||
};
|
||||
|
Reference in New Issue
Block a user