diff --git a/Source/Core/VideoBackends/Software/Rasterizer.cpp b/Source/Core/VideoBackends/Software/Rasterizer.cpp index f8e746c598..0e392eef06 100644 --- a/Source/Core/VideoBackends/Software/Rasterizer.cpp +++ b/Source/Core/VideoBackends/Software/Rasterizer.cpp @@ -16,10 +16,10 @@ #include "VideoBackends/Software/XFMemLoader.h" #include "VideoCommon/BoundingBox.h" -#define BLOCK_SIZE 2 - namespace Rasterizer { +static constexpr int BLOCK_SIZE = 2; + static Slope ZSlope; static Slope WSlope; static Slope ColorSlopes[2][4];