HLE: fix file not found errors in media functions

This commit is contained in:
Megamouse 2022-07-31 16:08:07 +02:00
parent 4c32c95b33
commit f90b79791f
3 changed files with 4 additions and 6 deletions

View file

@ -96,8 +96,6 @@ void music_selection_context::set_playlist(const std::string& path)
for (auto&& dir_entry : fs::dir{path})
{
dir_entry.name = vfs::unescape(dir_entry.name);
if (dir_entry.name == "." || dir_entry.name == "..")
{
continue;