mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Fixup for LOG system.
Register all channels at program initialization and allow duplicates.
This commit is contained in:
parent
59a0f810b9
commit
007a7a5859
27 changed files with 63 additions and 105 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "Emu/Cell/lv2/sys_prx.h"
|
||||
#include "sysPrxForUser.h"
|
||||
|
||||
extern logs::channel sysPrxForUser;
|
||||
LOG_CHANNEL(sysPrxForUser);
|
||||
|
||||
extern vm::gvar<sys_lwmutex_t> g_ppu_prx_lwm;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue