diff options
Diffstat (limited to 'system.prop')
-rwxr-xr-x | system.prop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/system.prop b/system.prop index d98f783..cea333f 100755 --- a/system.prop +++ b/system.prop @@ -86,7 +86,7 @@ persist.timed.enable=true # # 196608 is decimal for 0x30000 to report version 3.0 # 196609 is decimal for 0x30001 to report version 3.1 -# 196609 is decimal for 0x30002 to report version 3.2 +# 196610 is decimal for 0x30002 to report version 3.2 ro.opengles.version=196610 # system property for maximum number of HFP client connections @@ -271,4 +271,10 @@ persist.camera.imglib.fddsp=1 persist.camera.llc=1 persist.camera.llnoise=1 persist.camera.stats.test=0 +camera.disable_zsl_mode=1 + +use.qti.sw.alac.decoder=true +use.qti.sw.ape.decoder=true +flac.sw.decoder.24bit.support=true + |