summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opengl/libs/EGL/Loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp
index 66b4c81..19cc1a7 100644
--- a/opengl/libs/EGL/Loader.cpp
+++ b/opengl/libs/EGL/Loader.cpp
@@ -87,7 +87,7 @@ checkGlesEmulationStatus(void)
int result = -1;
/* Check first if the device does not support hardware rendering */
- property_get("ro.softwaregl",prop,"0");
+ property_get("ro.libagl",prop,"0");
if(atoi(prop) == 1)
return 0;