mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-20 07:37:01 +00: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
|
|
@ -66,7 +66,7 @@ void CafeSaveList::RefreshThreadWorker()
|
|||
{
|
||||
if(!it_titleHigh.is_directory(ec))
|
||||
continue;
|
||||
std::string dirName = _utf8Wrapper(it_titleHigh.path().filename());
|
||||
std::string dirName = _pathToUtf8(it_titleHigh.path().filename());
|
||||
if(dirName.empty())
|
||||
continue;
|
||||
uint32 titleIdHigh;
|
||||
|
|
@ -78,7 +78,7 @@ void CafeSaveList::RefreshThreadWorker()
|
|||
{
|
||||
if (!it_titleLow.is_directory(ec))
|
||||
continue;
|
||||
dirName = _utf8Wrapper(it_titleLow.path().filename());
|
||||
dirName = _pathToUtf8(it_titleLow.path().filename());
|
||||
if (dirName.empty())
|
||||
continue;
|
||||
uint32 titleIdLow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue