diff --git a/core/rend/TexCache.h b/core/rend/TexCache.h index b126b2c3d..235026ec1 100644 --- a/core/rend/TexCache.h +++ b/core/rend/TexCache.h @@ -622,3 +622,6 @@ template void texture_VQ, u16>(PixelBuffer* pb,u8* p_in, void DePosterize(u32* source, u32* dest, int width, int height); void UpscalexBRZ(int factor, u32* source, u32* dest, int width, int height, bool has_alpha); + +#undef clamp +