From b0753ffe6a89ba9b2b1cc2f1f936b4051dec90b8 Mon Sep 17 00:00:00 2001 From: John Clemis Date: Mon, 10 Sep 2018 16:44:52 -0500 Subject: [PATCH] Address Feedback --- Ryujinx/Ui/Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Ryujinx/Ui/Program.cs b/Ryujinx/Ui/Program.cs index e0fca09e1..b690b522d 100644 --- a/Ryujinx/Ui/Program.cs +++ b/Ryujinx/Ui/Program.cs @@ -19,11 +19,9 @@ namespace Ryujinx IAalOutput AudioOut = new OpenALAudioOut(); Switch Device = new Switch(Renderer, AudioOut); - Config.Read(Device); - + Device.Hid.InitializeJoycons(); - Device.Log.Updated += ConsoleLog.Log; if (args.Length == 1)