mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +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
|
@ -46,7 +46,7 @@
|
|||
#include "Log.h"
|
||||
|
||||
LOG_CHANNEL(sig_log);
|
||||
LOG_CHANNEL(vm_log);
|
||||
LOG_CHANNEL(vm_log, "VM");
|
||||
|
||||
thread_local u64 g_tls_fault_all = 0;
|
||||
thread_local u64 g_tls_fault_rsx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue