mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
mark all local variables as static
This commit is contained in:
@ -67,7 +67,7 @@ void VideoConfig::UpdateProjectionHack()
|
||||
::UpdateProjectionHack(g_Config.iPhackvalue, g_Config.sPhackvalue);
|
||||
}
|
||||
|
||||
int OSDInternalW, OSDInternalH;
|
||||
static int OSDInternalW, OSDInternalH;
|
||||
|
||||
namespace OGL
|
||||
{
|
||||
|
Reference in New Issue
Block a user