From 7865982208863c5209b8cf853e0fe37bb9ca24f8 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Tue, 16 Apr 2019 23:17:49 +0300 Subject: [PATCH] Fix static_hle log channel definition --- rpcs3/Emu/Cell/Modules/StaticHLE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", []()