mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12: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
|
@ -7,7 +7,7 @@
|
|||
#include "Input/pad_thread.h"
|
||||
#include "cellPad.h"
|
||||
|
||||
extern logs::channel sys_io;
|
||||
LOG_CHANNEL(sys_io);
|
||||
|
||||
template<>
|
||||
void fmt_class_string<CellPadError>::format(std::string& out, u64 arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue