From fdf55a1a484aab3fe5e169574fd3dd5c982b1913 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 13 Jan 2014 18:12:33 +0000 Subject: (svn r26258) -Codechange: deduplicate Draw methods (MJP) --- src/blitter/32bpp_ssse3.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/blitter/32bpp_ssse3.hpp') diff --git a/src/blitter/32bpp_ssse3.hpp b/src/blitter/32bpp_ssse3.hpp index 090dd5c42..c666408e7 100644 --- a/src/blitter/32bpp_ssse3.hpp +++ b/src/blitter/32bpp_ssse3.hpp @@ -17,6 +17,11 @@ #ifndef SSE_VERSION #define SSE_VERSION 3 #endif + +#ifndef FULL_ANIMATION +#define FULL_ANIMATION 0 +#endif + #include "32bpp_sse2.hpp" /** The SSSE3 32 bpp blitter (without palette animation). */ -- cgit v1.2.3-54-g00ecf