mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Sw/Tev: drop unused macro
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user