From 4c31ec0aa9a82ee7b17a65938359549f059c7f6c Mon Sep 17 00:00:00 2001 From: jihye kim Date: Tue, 3 Jul 2012 15:42:39 +0900 Subject: [PATCH] [Title] add hardware gl option (with emulator manager) [Type] Enhancement [Module] emulator [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- package/pkginfo.manifest | 4 ++-- vl.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 9f056ce27e..967cd43e04 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Package: emulator -Version: 1.2.99 +Version: 1.2.100 OS: linux Build-host-os: linux Maintainer: Yeong-Kyoon Lee @@ -8,7 +8,7 @@ Source: emulator Description: Tizen Emulator Package: emulator -Version: 1.2.99 +Version: 1.2.100 OS: windows Build-host-os: windows Maintainer: Yeong-Kyoon Lee diff --git a/vl.c b/vl.c index 1ccc338433..9ec81c6cdb 100644 --- a/vl.c +++ b/vl.c @@ -265,7 +265,7 @@ uint8_t qemu_extra_params_fw[2]; //virtio-gl #ifndef _WIN32 extern int gl_acceleration_capability_check (void); -int enable_gl = 1; +int enable_gl = 0; #endif typedef struct FWBootEntry FWBootEntry; -- 2.34.1