Merge pull request #732 from poixen/hq_images_default

Increased default pixmap cache
This commit is contained in:
Gavin Bisesi 2015-02-13 20:12:03 -05:00
commit e0450d45c2

View file

@ -8,7 +8,7 @@
#define PIC_URL_HQ_DEFAULT "http://mtgimage.com/multiverseid/!cardid!.jpg"
#define PIC_URL_HQ_FALLBACK "http://mtgimage.com/set/!setcode!/!name!.jpg"
// size should be a multiple of 64
#define PIXMAPCACHE_SIZE_DEFAULT 256
#define PIXMAPCACHE_SIZE_DEFAULT 2047
#define PIXMAPCACHE_SIZE_MIN 64
#define PIXMAPCACHE_SIZE_MAX 2047