mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00: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
|
|
@ -1,7 +1,7 @@
|
|||
#ifdef _WIN32
|
||||
#include "mm_joystick_handler.h"
|
||||
|
||||
LOG_CHANNEL(input_log);
|
||||
LOG_CHANNEL(input_log, "Input");
|
||||
|
||||
mm_joystick_handler::mm_joystick_handler() : PadHandlerBase(pad_handler::mm)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue