mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 15:32:06 +00:00
Merge pull request #5219 from lioncash/common
FileSearch: Namespace functions under the Common namespace
This commit is contained in:
commit
59d93f3a0d
9 changed files with 18 additions and 11 deletions
|
@ -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 + "_";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue