Config: Add "enableBlitting" entry to toggle GL_EXT_framebuffer_blit

This commit is contained in:
Jonas Kulla 2017-04-23 14:32:11 +02:00
parent 1478e1e0f9
commit 006f701fec
4 changed files with 14 additions and 0 deletions

View file

@ -124,6 +124,15 @@
# subImageFix=false
# Enable framebuffer blitting if the driver is
# capable of it. Some drivers carry buggy
# implementations of this functionality, so
# disabling it can be used as a workaround
# (default: enabled)
#
# enableBlitting=true
# Limit the maximum size (width, height) of
# most textures mkxp will create (exceptions are
# rendering backbuffers and similar).