From: SeokYeon Hwang Date: Fri, 30 Oct 2015 04:18:31 +0000 (+0900) Subject: audio: disable audio on Windows to avoid Windows audio problem X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ff7161f7bb1338f5828bb04006450fff10433cc;p=sdk%2Femulator%2Fqemu.git audio: disable audio on Windows to avoid Windows audio problem QEMU dsound audio backend is not stabilized now and it can cause emuulator crash. Until we solve the problem, we should disable audio in Windows. Change-Id: I5acb6f955fa03868b34ca27be8fc0fec63c7dda1 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/src/scripts/emulator.cmd b/tizen/src/scripts/emulator.cmd index 57f3c4208f..e950bc5222 100644 --- a/tizen/src/scripts/emulator.cmd +++ b/tizen/src/scripts/emulator.cmd @@ -14,6 +14,8 @@ IF "%1"=="--with-gdb" ( SHIFT ) +rem Workaround for windows audio problem +set QEMU_AUDIO_DRV=none rem run emulator IF %WITH_GDB%=="yes" ( gdb --args "%EMULATOR_BIN_PATH%\emulator-x86_64" %*