Skip to content

Commit

Permalink
prop: fix fc in games
Browse files Browse the repository at this point in the history
This should fix crashes in few games (heartstone, candy crush, etc...)
  • Loading branch information
Stricted committed Aug 26, 2017
1 parent eeed621 commit bed56c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Display
ro.sf.lcd_density=480
ro.opengles.version=196610
ro.bq.gpu_to_cpu_unsupported=1
debug.hwc.force_gpu=1

# Games
debug.egl.force_msaa=true

# Dalvik/Art
dalvik.vm.heapstartsize=8m
Expand Down

0 comments on commit bed56c7

Please sign in to comment.