mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Rename path _utf8Wrapper to _utf8ToPath for better clarity
This commit is contained in:
parent
168ecf8825
commit
680beaaf21
19 changed files with 60 additions and 67 deletions
|
@ -275,7 +275,7 @@ void MemorySearcherTool::Load()
|
|||
if (!memSearcherIniContents)
|
||||
return;
|
||||
|
||||
IniParser iniParser(*memSearcherIniContents, _utf8Wrapper(memorySearcherPath));
|
||||
IniParser iniParser(*memSearcherIniContents, _pathToUtf8(memorySearcherPath));
|
||||
while (iniParser.NextSection())
|
||||
{
|
||||
auto option_description = iniParser.FindOption("description");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue