mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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