From 906de963739ee87c9b63c7d2be7732caab1ae69a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 9 May 2020 21:15:33 -0700 Subject: Allow use of NPOT textures as a config option. Useful for some mobile GPUs --- default.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.cfg') 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 -- cgit v1.2.3