Merge pull request #875 from lioncash/statics

DiscIO: Make the unordered set in IsSoundFile static
This commit is contained in:
Pierre Bourdon 2014-08-26 09:35:46 +02:00
commit 81048f38f8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ bool IsSoundFile(const std::string& filename)
SplitPath(filename, nullptr, nullptr, &extension);
std::transform(extension.begin(), extension.end(), extension.begin(), ::tolower);
std::unordered_set<std::string> extensions = {
static std::unordered_set<std::string> extensions = {
".adp", // 1080 Avalanche, Crash Bandicoot, etc.
".adx", // Sonic Adventure 2 Battle, etc.
".afc", // Zelda WW