From 999f04d46da6229505d89fb127612f44ce883dc6 Mon Sep 17 00:00:00 2001 From: Tae-Young Chung Date: Wed, 5 Oct 2022 15:15:02 +0900 Subject: [PATCH] Update vision.3d.depth for all emulator profiles to false There is no backend engine to run 3d in emulator. Change-Id: Ic1d8ed55624a62ab1b419d44dd18d1491d23c210 Signed-off-by: Tae-Young Chung --- emulator/model-config_mobile.xml | 2 +- emulator/model-config_mobile64.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index 115fcf1..5f24d9d 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -258,7 +258,7 @@ false true false - true + false false false false diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index 5473138..8392b68 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -258,7 +258,7 @@ false true false - true + false false false false -- 2.7.4