mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Skipped timestretching if the emulator is running below 10% speed to prevent buffer overflows.
This commit is contained in:
parent
3632ce6df5
commit
73140c7da7
2 changed files with 4 additions and 2 deletions
|
@ -73,7 +73,6 @@ public:
|
|||
private:
|
||||
std::thread thread;
|
||||
Common::Event soundSyncEvent;
|
||||
Common::Event mainSyncEvent;
|
||||
|
||||
short realtimeBuffer[OAL_MAX_SAMPLES * 2];
|
||||
soundtouch::SAMPLETYPE sampleBuffer[OAL_MAX_SAMPLES * SIZE_FLOAT * SURROUND_CHANNELS * OAL_NUM_BUFFERS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue