Qt: Fix audio sliders not applying correctly
This commit is contained in:
@ -1233,6 +1233,11 @@ void RunFrame()
|
||||
g_gpu->ResetGraphicsAPIState();
|
||||
}
|
||||
|
||||
float GetTargetSpeed()
|
||||
{
|
||||
return s_target_speed;
|
||||
}
|
||||
|
||||
void SetTargetSpeed(float speed)
|
||||
{
|
||||
s_target_speed = speed;
|
||||
|
||||
Reference in New Issue
Block a user