Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"
This reverts commitbe3622e550, reversing changes made to586d5a72e1.
This commit is contained in:
parent
1992dbc3cf
commit
4b2d4ac412
|
|
@ -239,7 +239,7 @@ bool ForeachDirectoryEntry(u64* num_entries_out, const std::string& directory,
|
|||
}
|
||||
// windows loop
|
||||
do {
|
||||
const std::string virtual_name = std::filesystem::path(ffd.cFileName).string();
|
||||
const std::string virtual_name(Common::UTF16ToUTF8(ffd.cFileName));
|
||||
#else
|
||||
DIR* dirp = opendir(directory.c_str());
|
||||
if (!dirp)
|
||||
|
|
|
|||
Loading…
Reference in New Issue