diff --git a/rpcs3/Emu/Cell/Modules/StaticHLE.cpp b/rpcs3/Emu/Cell/Modules/StaticHLE.cpp index ba9f120e55..a20d87ca6d 100644 --- a/rpcs3/Emu/Cell/Modules/StaticHLE.cpp +++ b/rpcs3/Emu/Cell/Modules/StaticHLE.cpp @@ -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", []()