Commit c3dbc927 authored by Max Kellermann's avatar Max Kellermann

decoder/sidplay: use SidTune::getStatus()

parent 0bd25f1e
......@@ -289,7 +289,7 @@ sidplay_scan_file(Path path_fs,
const unsigned song_num = container.track;
SidTuneMod tune(container.path.c_str());
if (!tune)
if (!tune.getStatus())
return false;
tune.selectSong(song_num);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment