From 106512229e36a570e945e1b60963ff3bd56937c4 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Wed, 5 May 2021 23:30:29 +0200 Subject: ffmpeg: Redirect log output (#2266) * ffmpeg: Redirect log output * Remove leftover delegate * Logging -> Log --- Ryujinx.Common/Logging/LogClass.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Common/Logging/LogClass.cs') diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index 1597805c..28b344cd 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -9,6 +9,7 @@ namespace Ryujinx.Common.Logging Cpu, Font, Emulation, + FFmpeg, Gpu, Hid, Host1x, -- cgit v1.2.3