diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-05-09 21:15:33 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-05-09 21:15:33 -0700 |
commit | 906de963739ee87c9b63c7d2be7732caab1ae69a (patch) | |
tree | 4f36b9eb104d552c90e280c83c075c61cea51f6e /default.cfg | |
parent | 758a2d754ec7d13eddb86010280569c46b5e9d38 (diff) |
Allow use of NPOT textures as a config option. Useful for some mobile GPUs
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index f7a3a5a..8274766 100644 --- a/default.cfg +++ b/default.cfg @@ -296,6 +296,9 @@ video { gl on #scaling can be linear (for linear interpolation) or nearest (for nearest neighbor) scaling linear + #When off, a 512x512 texture is used for each field, when turned on a smaller texture is used + #turning this on seems to help performance on certain mobile GPUs like Mali + npot_textures off ntsc { overscan { #these values will result in square pixels in H40 mode |