mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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