aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogClass.cs
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2021-05-05 23:30:29 +0200
committerGitHub <noreply@github.com>2021-05-05 23:30:29 +0200
commit106512229e36a570e945e1b60963ff3bd56937c4 (patch)
tree92382b0736bbc52841f8c535044f6ae6c4828d6d /Ryujinx.Common/Logging/LogClass.cs
parentf0fe434bd8b42a013c60457288a3dcf810817e50 (diff)
ffmpeg: Redirect log output (#2266)
* ffmpeg: Redirect log output * Remove leftover delegate * Logging -> Log
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r--Ryujinx.Common/Logging/LogClass.cs1
1 files changed, 1 insertions, 0 deletions
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,