mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Give log channels fancier names
Improve LOG_CHANNEL macro to accept custom name.
This commit is contained in:
parent
ec80932c21
commit
3c0bd821c8
33 changed files with 46 additions and 34 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "keyboard_pad_handler.h"
|
||||
#include "Emu/Io/Null/NullPadHandler.h"
|
||||
|
||||
LOG_CHANNEL(input_log);
|
||||
LOG_CHANNEL(input_log, "Input");
|
||||
|
||||
namespace pad
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue