Fix static_hle log channel definition

This commit is contained in:
Nekotekina 2019-04-16 23:17:49 +03:00
parent 52c589ed3d
commit 7865982208

View File

@ -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", []()