From 082df81f70741bbe14eae0a641cb064022579e29 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sun, 27 Oct 2013 12:05:17 -0700 Subject: [PATCH] Slowing down the audio system until it does something. --- src/xenia/apu/audio_system.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xenia/apu/audio_system.cc b/src/xenia/apu/audio_system.cc index 7a1209238..87575a20e 100644 --- a/src/xenia/apu/audio_system.cc +++ b/src/xenia/apu/audio_system.cc @@ -81,6 +81,7 @@ void AudioSystem::ThreadStart() { // Pump worker. //worker_->Pump(); + Sleep(1000); // Pump audio system. Pump();