Sw/Tev: drop unused macro
This commit is contained in:
parent
98add9faf0
commit
0a299a4e1e
|
@ -23,12 +23,6 @@
|
|||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "VideoCommon/XFMemory.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define ALLOW_TEV_DUMPS 1
|
||||
#else
|
||||
#define ALLOW_TEV_DUMPS 0
|
||||
#endif
|
||||
|
||||
static inline s16 Clamp255(s16 in)
|
||||
{
|
||||
return std::clamp<s16>(in, 0, 255);
|
||||
|
|
Loading…
Reference in New Issue