mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
HLE: fix file not found errors in media functions
This commit is contained in:
parent
4c32c95b33
commit
f90b79791f
3 changed files with 4 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue