mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 05:45:21 +00:00
Reintroduce LOG_CHANNEL
Groundwork for further improvements
This commit is contained in:
parent
57f394e156
commit
363811981d
128 changed files with 266 additions and 268 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include "sceNp2.h"
|
||||
#include "cellSysutilAvc2.h"
|
||||
|
||||
logs::channel cellSysutilAvc2("cellSysutilAvc2");
|
||||
LOG_CHANNEL(cellSysutilAvc2);
|
||||
|
||||
template<>
|
||||
void fmt_class_string<CellSysutilAvc2Error>::format(std::string& out, u64 arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue