summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorDave Burke <daveburke@google.com>2011-11-09 16:39:21 -0800
committerDave Burke <daveburke@google.com>2011-11-09 17:54:37 -0800
commit2f78cf11225cfaa6d92584bf2ca8f2b938bdc43f (patch)
treeda3466eccd50d24306ddcbc96421402033a27f76 /services
parent8e540328fc524727c6ced05c2a3450c85f6cbdbe (diff)
downloadframeworks_native-2f78cf11225cfaa6d92584bf2ca8f2b938bdc43f.zip
frameworks_native-2f78cf11225cfaa6d92584bf2ca8f2b938bdc43f.tar.gz
frameworks_native-2f78cf11225cfaa6d92584bf2ca8f2b938bdc43f.tar.bz2
Back to 59fps
Change-Id: I8d89e5e27f1abc5a2e36cb832eb4db2ca83c2cc6
Diffstat (limited to 'services')
-rw-r--r--services/surfaceflinger/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index b916bd7..53502db 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -31,7 +31,7 @@ ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
endif
ifneq (,$(findstring $(TARGET_DEVICE),tuna toro maguro))
- LOCAL_CFLAGS += -DREFRESH_RATE=48
+ LOCAL_CFLAGS += -DREFRESH_RATE=59
endif