mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Rasterizer: Convert BLOCK_SIZE into a constant variable
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user