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

@ -166,6 +166,7 @@ void Config::read(int argc, char *argv[])
PO_DESC(syncToRefreshrate, bool, false) \
PO_DESC(solidFonts, bool, false) \
PO_DESC(subImageFix, bool, false) \
PO_DESC(enableBlitting, bool, true) \
PO_DESC(maxTextureSize, int, 0) \
PO_DESC(gameFolder, std::string, ".") \
PO_DESC(anyAltToggleFS, bool, false) \