comparison default.cfg @ 1403:87493f585c7f

Allow selecting linear or nearet neighbor scaling for both the Open GL and SDL 2 renderers
author Michael Pavone <pavone@retrodev.com>
date Thu, 15 Jun 2017 22:51:28 -0700
parents 458df351af06
children e6efe6b2aee9
comparison
equal deleted inserted replaced
1402:458df351af06 1403:87493f585c7f
144 fullscreen off 144 fullscreen off
145 #setting gl to off, will force use of the SDL2 fallback renderer 145 #setting gl to off, will force use of the SDL2 fallback renderer
146 #this is useful for those running on machines with Open GL 2.0 unavailable 146 #this is useful for those running on machines with Open GL 2.0 unavailable
147 #so the warning doesn't display on startup 147 #so the warning doesn't display on startup
148 gl on 148 gl on
149 #scaling can be linear (for linear interpolation) or nearest (for nearest neighbor)
150 scaling linear
149 ntsc { 151 ntsc {
150 overscan { 152 overscan {
151 #these values will result in square pixels in H40 mode 153 #these values will result in square pixels in H40 mode
152 top 2 154 top 2
153 bottom 1 155 bottom 1