2011-12-16 19:13:58 +00:00
|
|
|
#pragma once
|
|
|
|
|
2012-01-06 00:28:27 +00:00
|
|
|
//#define ENABLE_VTUNE
|
2011-12-16 19:13:58 +00:00
|
|
|
|
|
|
|
#define ENABLE_JIT_RASTERIZER
|
|
|
|
|
|
|
|
//#define ENABLE_DYNAMIC_CRC_HACK
|
|
|
|
|
|
|
|
#define ENABLE_UPSCALE_HACKS // Hacks intended to fix upscaling / rendering glitches in HW renderers
|
|
|
|
|
|
|
|
//#define DISABLE_HW_TEXTURE_CACHE // Slow but fixes a lot of bugs
|
|
|
|
|
|
|
|
//#define DISABLE_CRC_HACKS // Disable all game specific hacks
|
|
|
|
|
|
|
|
#if defined(DISABLE_HW_TEXTURE_CACHE) && !defined(DISABLE_CRC_HACKS)
|
|
|
|
#define DISABLE_CRC_HACKS
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//#define DISABLE_BITMASKING
|
|
|
|
|
|
|
|
//#define DISABLE_COLCLAMP
|
|
|
|
|
|
|
|
//#define DISABLE_DATE
|