mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 13:03:09 +00:00
Fix static_hle log channel definition
This commit is contained in:
parent
52c589ed3d
commit
7865982208
@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "StaticHLE.h"
|
||||
|
||||
logs::channel static_hle("static_hle");
|
||||
LOG_CHANNEL(static_hle);
|
||||
|
||||
// for future use
|
||||
DECLARE(ppu_module_manager::static_hle) ("static_hle", []()
|
||||
|
Loading…
Reference in New Issue
Block a user