mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
mark all local functions as static
This commit is contained in:
@ -53,7 +53,7 @@ static ProjectionHack g_ProjHack1;
|
||||
static ProjectionHack g_ProjHack2;
|
||||
} // Namespace
|
||||
|
||||
float PHackValue(std::string sValue)
|
||||
static float PHackValue(std::string sValue)
|
||||
{
|
||||
float f = 0;
|
||||
bool fp = false;
|
||||
|
Reference in New Issue
Block a user