comparison default.cfg @ 1977:f3cca4b3f17a

Allow use of NPOT textures as a config option. Useful for some mobile GPUs
author Michael Pavone <pavone@retrodev.com>
date Sat, 09 May 2020 21:15:33 -0700
parents 16a795cababd
children bdd83b47d78a
comparison
equal deleted inserted replaced
1976:3dd9c68472fb 1977:f3cca4b3f17a
294 #this is useful for those running on machines with Open GL 2.0 unavailable 294 #this is useful for those running on machines with Open GL 2.0 unavailable
295 #so the warning doesn't display on startup 295 #so the warning doesn't display on startup
296 gl on 296 gl on
297 #scaling can be linear (for linear interpolation) or nearest (for nearest neighbor) 297 #scaling can be linear (for linear interpolation) or nearest (for nearest neighbor)
298 scaling linear 298 scaling linear
299 #When off, a 512x512 texture is used for each field, when turned on a smaller texture is used
300 #turning this on seems to help performance on certain mobile GPUs like Mali
301 npot_textures off
299 ntsc { 302 ntsc {
300 overscan { 303 overscan {
301 #these values will result in square pixels in H40 mode 304 #these values will result in square pixels in H40 mode
302 top 2 305 top 2
303 bottom 1 306 bottom 1