Config: Add "maxTextureSize" entry to artificially limit texture sizes

This commit is contained in:
Jonas Kulla 2017-04-23 12:28:34 +02:00
parent 06feafe9ef
commit 1478e1e0f9
6 changed files with 22 additions and 2 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(maxTextureSize, int, 0) \
PO_DESC(gameFolder, std::string, ".") \
PO_DESC(anyAltToggleFS, bool, false) \
PO_DESC(enableReset, bool, true) \