mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Modernize SPU logging (spu_log variable) and remove log legacy
Remove legacy macro (LOG_ERROR, etc)
This commit is contained in:
parent
327bb2d8f0
commit
6dfd97f0b6
8 changed files with 110 additions and 124 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include <map>
|
||||
|
||||
LOG_CHANNEL(spu_log, "SPU");
|
||||
|
||||
struct lv2_event_queue;
|
||||
struct lv2_spu_group;
|
||||
struct lv2_int_tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue