bring back legacy swiftshader GLES

This commit is contained in:
Ziyang Zhou
2021-12-01 23:32:36 +08:00
parent 46e1dffac5
commit 8bde33691b
2 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ gpu_setup_host() {
gpu_setup_guest() {
echo "use GPU guest mode"
setprop ro.hardware.egl angle
setprop ro.hardware.egl swiftshader
setprop ro.hardware.gralloc redroid
setprop ro.hardware.vulkan pastel
}