mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 22:18:53 +00:00
Add Message logging
This commit is contained in:
parent
086ab3cb37
commit
97feb4eed4
3 changed files with 10 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ namespace fmt
|
|||
result.append(separator);
|
||||
}
|
||||
|
||||
return result.append(source.back());
|
||||
return result.append(*end);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue