From cf22e942cbcd8de7af21497c0cb3016eb79f1526 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 12 Aug 2019 21:16:32 +0200 Subject: [PATCH] android build fix --- core/rend/TexCache.h | 3 +++ 1 file changed, 3 insertions(+) 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 +