From fd910ebd7de58ae911d16b3df521ef2b124ad48e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 15 Jun 2017 22:51:28 -0700 Subject: Allow selecting linear or nearet neighbor scaling for both the Open GL and SDL 2 renderers --- default.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default.cfg') diff --git a/default.cfg b/default.cfg index b636464..91a75fd 100644 --- a/default.cfg +++ b/default.cfg @@ -146,6 +146,8 @@ video { #this is useful for those running on machines with Open GL 2.0 unavailable #so the warning doesn't display on startup gl on + #scaling can be linear (for linear interpolation) or nearest (for nearest neighbor) + scaling linear ntsc { overscan { #these values will result in square pixels in H40 mode -- cgit v1.2.3