mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
These
This commit is contained in:
parent
4018cb7284
commit
d3ce33486d
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue