From 4ff7161f7bb1338f5828bb04006450fff10433cc Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Fri, 30 Oct 2015 13:18:31 +0900 Subject: [PATCH] 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 --- tizen/src/scripts/emulator.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tizen/src/scripts/emulator.cmd b/tizen/src/scripts/emulator.cmd index 57f3c42..e950bc5 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" %* -- 2.7.4