qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] SDL Audio


From: malc
Subject: [Qemu-devel] SDL Audio
Date: Tue, 2 Nov 2004 23:38:28 +0300 (MSK)

Following should (theoretically) fix shutdown problem.

--- sdlaudio.c  Sun Oct 31 06:00:32 2004
+++ sdlaudio-shutdown.c Tue Nov  2 23:36:43 2004
@@ -154,6 +154,9 @@
     HWVoice *hw = &sdl->hw;
     int samples = len >> hw->shift;

+    if (glob_sdl.exit) {
+        return;
+    }
     while (samples) {
         int to_mix, live, decr;


-- 
mailto:address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]