CFG_INV_VSYNC
CFG_INV_VSYNC = 1 << 3, /* Normally active high */
#define CFG_INV_VSYNC(vsync) ((vsync)<<3)
#define CFG_INV_VSYNC(vsync) ((vsync) << 3)