aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index c4792d8..6625133 100644
--- a/main.c
+++ b/main.c
@@ -222,7 +222,8 @@ void set_defaults(void)
scale_size = SCALE_SIZE_CROP;
scale_filter = SCALE_FILTER_SMOOTH;
- if (!strcmp(core_name, "gambatte")) {
+ if (!strcmp(core_name, "gambatte") ||
+ !strcmp(core_name, "mame2000")) {
scale_size = SCALE_SIZE_ASPECT;
scale_filter = SCALE_FILTER_SMOOTH;
}