Skip to content

Commit

Permalink
Update CemuUpdateWindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Apr 20, 2024
1 parent 36ebb84 commit a31682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/CemuUpdateWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ void CemuUpdateWindow::WorkerThread()
int counter = 0;
for (const auto& it : fs::recursive_directory_iterator(expected_path))
{
const auto filename = it.path().string().substr(index);
const auto filename = it.path().wstring().substr(index);
auto target_file = target_directory + filename;
try
{
Expand Down

0 comments on commit a31682b

Please sign in to comment.