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