mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
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…
x
Reference in New Issue
Block a user