mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Slowing down the audio system until it does something.
This commit is contained in:
parent
692e14665c
commit
082df81f70
|
|
@ -81,6 +81,7 @@ void AudioSystem::ThreadStart() {
|
|||
|
||||
// Pump worker.
|
||||
//worker_->Pump();
|
||||
Sleep(1000);
|
||||
|
||||
// Pump audio system.
|
||||
Pump();
|
||||
|
|
|
|||
Loading…
Reference in a new issue