mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
FileSearch: Namespace functions under the Common namespace
This commit is contained in:
@ -95,7 +95,7 @@ void HiresTexture::Update()
|
||||
};
|
||||
|
||||
std::vector<std::string> filenames =
|
||||
DoFileSearch(extensions, {texture_directory}, /*recursive*/ true);
|
||||
Common::DoFileSearch(extensions, {texture_directory}, /*recursive*/ true);
|
||||
|
||||
const std::string code = game_id + "_";
|
||||
|
||||
|
Reference in New Issue
Block a user