(svn r26258) -Codechange: deduplicate Draw methods (MJP)

This commit is contained in:
rubidium
2014-01-13 18:12:33 +00:00
parent f5f4f8a4b3
commit fdf55a1a48
15 changed files with 333 additions and 600 deletions

View File

@@ -17,6 +17,11 @@
#ifndef SSE_VERSION
#define SSE_VERSION 4
#endif
#ifndef FULL_ANIMATION
#define FULL_ANIMATION 0
#endif
#include "32bpp_ssse3.hpp"
/** The SSE4 32 bpp blitter (without palette animation). */