mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-29 12:48:46 +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
|
@ -264,7 +264,7 @@ void InputConfigDialog::UpdateProfileComboBox()
|
|||
pname += PROFILES_PATH;
|
||||
pname += m_config.GetProfileName();
|
||||
|
||||
std::vector<std::string> sv = DoFileSearch({".ini"}, {pname});
|
||||
std::vector<std::string> sv = Common::DoFileSearch({".ini"}, {pname});
|
||||
|
||||
wxArrayString strs;
|
||||
for (const std::string& filename : sv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue