aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--funkey/fk_menu.c2
-rw-r--r--main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/funkey/fk_menu.c b/funkey/fk_menu.c
index 8323d21..8028915 100644
--- a/funkey/fk_menu.c
+++ b/funkey/fk_menu.c
@@ -232,7 +232,7 @@ static void update_aspect_ratio(void)
break;
case ASPECT_RATIOS_TYPE_SCALED:
scale_size = SCALE_SIZE_ASPECT;
- scale_filter = SCALE_FILTER_SHARP;
+ scale_filter = SCALE_FILTER_SMOOTH;
break;
case ASPECT_RATIOS_TYPE_CROPPED:
scale_size = SCALE_SIZE_CROP;
diff --git a/main.c b/main.c
index 4e56fe4..c4792d8 100644
--- a/main.c
+++ b/main.c
@@ -224,7 +224,7 @@ void set_defaults(void)
if (!strcmp(core_name, "gambatte")) {
scale_size = SCALE_SIZE_ASPECT;
- scale_filter = SCALE_FILTER_SHARP;
+ scale_filter = SCALE_FILTER_SMOOTH;
}
if (!strcmp(core_name, "pcsx_rearmed") ||