From 929bf2d0dccccb9b0e426ff43d2d39cb8a2b93c9 Mon Sep 17 00:00:00 2001 From: "syeon.hwang" Date: Mon, 19 Mar 2012 22:45:29 +0900 Subject: [PATCH] [Title] Using frontend AC97, backend dsoun in windows [Type] [Module] Emulator/ [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/qemu_configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tizen/qemu_configure.sh b/tizen/qemu_configure.sh index 42894e3..94fc6cd 100755 --- a/tizen/qemu_configure.sh +++ b/tizen/qemu_configure.sh @@ -27,9 +27,10 @@ MINGW*) echo "checking for os... targetos $targetos" exec ./configure \ --target-list=i386-softmmu \ - --audio-drv-list=winwave \ + --audio-drv-list=dsound \ --enable-mixemu \ --disable-vnc-tls \ + --audio-card-list=ac97 \ --enable-ldst-optimization \ --enable-maru \ --enable-gl -- 2.7.4