mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
These
This commit is contained in:
parent
4018cb7284
commit
d3ce33486d
@ -248,10 +248,8 @@ class fscDeviceHostFSC : public fscDeviceC {
|
||||
for (auto const &it : relPath)
|
||||
{
|
||||
found = false;
|
||||
std::wcout << correctedPath << std::endl;
|
||||
for (auto const& dir_entry : std::filesystem::directory_iterator{correctedPath})
|
||||
{
|
||||
std::wcout << dir_entry << std::endl;
|
||||
std::filesystem::path entry_name = dir_entry.path().filename();
|
||||
if (lowercase_path(entry_name) == lowercase_path(it))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user