aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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") ||