Sw/Tev: drop unused macro

This commit is contained in:
Tillmann Karras 2024-09-21 21:53:34 +01:00
parent 98add9faf0
commit 0a299a4e1e
1 changed files with 0 additions and 6 deletions

View File

@ -23,12 +23,6 @@
#include "VideoCommon/VideoConfig.h" #include "VideoCommon/VideoConfig.h"
#include "VideoCommon/XFMemory.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) static inline s16 Clamp255(s16 in)
{ {
return std::clamp<s16>(in, 0, 255); return std::clamp<s16>(in, 0, 255);