mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-21 00:39:53 +00:00
cellMusicSelectionContext: fix log message facepalm
This commit is contained in:
parent
d80146c704
commit
8f7209f886
@ -47,7 +47,7 @@ std::string music_selection_context::to_string() const
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user