From c81abdde4c48c607669580ef769776623b86dcc7 Mon Sep 17 00:00:00 2001 From: emmauss <emmausssss@gmail.com> Date: Thu, 31 Jan 2019 04:49:15 +0200 Subject: Add file logging and handle unhandled exceptions (#558) * add unhandled exception handler * added file logging * add option in config * consolidated console and file 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 8739fbc6..f20347b6 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -5,6 +5,7 @@ namespace Ryujinx.Common.Logging Audio, Cpu, Font, + Emulation, Gpu, Hid, Kernel, -- cgit v1.2.3-70-g09d2