mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
cellMusic: make selection context valid when setting a playlist
This commit is contained in:
parent
22a1f41ecb
commit
b5dbafb3e2
5 changed files with 9 additions and 7 deletions
|
|
@ -109,6 +109,8 @@ void music_selection_context::set_playlist(const std::string& path)
|
|||
content_type = CELL_SEARCH_CONTENTTYPE_MUSIC;
|
||||
playlist.push_back(dir_path + path.substr(vfs_dir_path.length()));
|
||||
}
|
||||
|
||||
valid = true;
|
||||
}
|
||||
|
||||
void music_selection_context::create_playlist(const std::string& new_hash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue