diff options
| author | 2011-11-09 23:50:45 -0800 | |
|---|---|---|
| committer | 2011-11-09 23:53:51 -0800 | |
| commit | 1f62c75dd33621902372e475f04fa7e58a8d194e (patch) | |
| tree | 9fa28504c975a2655235902d169f9da6fef8d301 | |
| parent | 1761a32f2e58e47af396dfee68dec53c4eed4242 (diff) | |
Actually 59 fps DO NOT MERGE
Change-Id: Ic70dbba81c054eaaf21f71b10e329ebf1424d4a2
| -rw-r--r-- | services/surfaceflinger/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index 10686c08de..53502dbc4f 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=60 + LOCAL_CFLAGS += -DREFRESH_RATE=59 endif |