diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-15 22:51:28 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-15 22:51:28 -0700 |
commit | fd910ebd7de58ae911d16b3df521ef2b124ad48e (patch) | |
tree | bca55d91019dcbdc717ffdb7b2d4b51507007051 /default.cfg | |
parent | b2aa71fd6a80bd5aff029c4591c4bc5c8642698a (diff) |
Allow selecting linear or nearet neighbor scaling for both the Open GL and SDL 2 renderers
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
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 |