System: Fix sync to host refresh audio stretching

This commit is contained in:
Stenzek
2024-05-22 22:28:19 +10:00
parent e01efaa681
commit 14ba3b7312
5 changed files with 10 additions and 29 deletions

View File

@ -285,6 +285,7 @@ void SingleStepCPU();
/// Sets target emulation speed.
float GetTargetSpeed();
float GetAudioNominalRate();
/// Adjusts the throttle frequency, i.e. how many times we should sleep per second.
void SetThrottleFrequency(float frequency);