mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
mark all local functions as static
This commit is contained in:
@@ -52,7 +52,7 @@ void SWRenderer::Shutdown()
|
||||
}
|
||||
}
|
||||
|
||||
void CreateShaders()
|
||||
static void CreateShaders()
|
||||
{
|
||||
static const char *fragShaderText =
|
||||
"#ifdef GL_ES\n"
|
||||
|
||||
Reference in New Issue
Block a user