Fix static_hle log channel definition
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "StaticHLE.h"
|
#include "StaticHLE.h"
|
||||||
|
|
||||||
logs::channel static_hle("static_hle");
|
LOG_CHANNEL(static_hle);
|
||||||
|
|
||||||
// for future use
|
// for future use
|
||||||
DECLARE(ppu_module_manager::static_hle) ("static_hle", []()
|
DECLARE(ppu_module_manager::static_hle) ("static_hle", []()
|
||||||
|
|||||||
Reference in New Issue
Block a user