mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 04:45:20 +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
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "cellSubDisplay.h"
|
||||
|
||||
logs::channel cellSubDisplay("cellSubDisplay");
|
||||
LOG_CHANNEL(cellSubDisplay);
|
||||
|
||||
template<>
|
||||
void fmt_class_string<CellSubDisplayError>::format(std::string& out, u64 arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue