forked from dolphin-emu/dolphin
mark all local variables as static
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
namespace HwRasterizer
|
||||
{
|
||||
float efbHalfWidth;
|
||||
float efbHalfHeight;
|
||||
bool hasTexture;
|
||||
static float efbHalfWidth;
|
||||
static float efbHalfHeight;
|
||||
static bool hasTexture;
|
||||
|
||||
u8 *temp;
|
||||
static u8 *temp;
|
||||
|
||||
// Programs
|
||||
static GLuint colProg, texProg, clearProg;
|
||||
|
||||
Reference in New Issue
Block a user