mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 14:15:45 -04:00
HostInterface: Add proper turbo speed setting
This commit is contained in:
@ -146,6 +146,9 @@ bool RecreateGPU(GPURenderer renderer);
|
||||
|
||||
void RunFrame();
|
||||
|
||||
/// Sets target emulation speed.
|
||||
void SetTargetSpeed(float speed);
|
||||
|
||||
/// Adjusts the throttle frequency, i.e. how many times we should sleep per second.
|
||||
void SetThrottleFrequency(float frequency);
|
||||
|
||||
|
Reference in New Issue
Block a user