aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneonloop2023-03-15 15:24:31 +0000
committerneonloop2023-03-15 15:24:31 +0000
commite0fe9095799107ef511db9883dace6e30bcf3215 (patch)
tree76e8fa4bcd2f419c013efe2e134375d374bd95ea
parent670adf41511b9c04ef73e8acf40867c5b11c01f2 (diff)
downloadpicoarch-e0fe9095799107ef511db9883dace6e30bcf3215.tar.gz
picoarch-e0fe9095799107ef511db9883dace6e30bcf3215.tar.bz2
picoarch-e0fe9095799107ef511db9883dace6e30bcf3215.zip
Enables DRC on FunKey by default
Now that FunKey runs at 60Hz, smooth video is more meaningful
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index 14be5a3..9b3c633 100644
--- a/main.c
+++ b/main.c
@@ -214,10 +214,6 @@ void set_defaults(void)
scale_size = SCALE_SIZE_NONE;
scale_filter = SCALE_FILTER_NEAREST;
-#ifdef FUNKEY_S
- enable_drc = 0;
-#endif
-
/* Sets better defaults for small screen */
if (SCREEN_WIDTH == 240) {
scale_size = SCALE_SIZE_CROP;