mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
cellMusicSelectionContext: fix log message facepalm
This commit is contained in:
parent
d80146c704
commit
8f7209f886
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ std::string music_selection_context::to_string() const
|
||||||
|
|
||||||
for (usz i = 0; i < playlist.size(); i++)
|
for (usz i = 0; i < playlist.size(); i++)
|
||||||
{
|
{
|
||||||
fmt::append(str, "\ - Track %d: %s", i, playlist.at(i));
|
fmt::append(str, "\n - Track %d: %s", i, playlist.at(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
return str;
|
return str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue