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:
@ -18,7 +18,7 @@
|
||||
namespace HiresTextures
|
||||
{
|
||||
|
||||
std::map<std::string, std::string> textureMap;
|
||||
static std::map<std::string, std::string> textureMap;
|
||||
|
||||
void Init(const std::string& gameCode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user