mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Fixup for LOG system.
Register all channels at program initialization and allow duplicates.
This commit is contained in:
parent
59a0f810b9
commit
007a7a5859
27 changed files with 63 additions and 105 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include "util/init_mutex.hpp"
|
||||
#include "Utilities/StrUtil.h"
|
||||
|
||||
extern logs::channel cellSysutil;
|
||||
LOG_CHANNEL(cellSysutil);
|
||||
|
||||
template<>
|
||||
void fmt_class_string<CellSysCacheError>::format(std::string& out, u64 arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue