(svn r26221) -Codechange: normalize constant names in anim-sse4 with the others (MJP)

This commit is contained in:
rubidium
2014-01-03 17:55:40 +00:00
parent 9947bdb0c4
commit 613fb9c6ef
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@
#include "32bpp_anim.hpp"
#include "32bpp_sse4.hpp"
#undef MARGIN_THRESHOLD
#define MARGIN_THRESHOLD 4
#undef MARGIN_NORMAL_THRESHOLD
#define MARGIN_NORMAL_THRESHOLD 4
/** The SSE4 32 bpp blitter with palette animation. */
class Blitter_32bppSSE4_Anim FINAL : public Blitter_32bppAnim, public Blitter_32bppSSE_Base {