Address Feedback

This commit is contained in:
John Clemis 2018-09-10 16:44:52 -05:00
parent d427959cd8
commit b0753ffe6a

View file

@ -19,11 +19,9 @@ namespace Ryujinx
IAalOutput AudioOut = new OpenALAudioOut(); IAalOutput AudioOut = new OpenALAudioOut();
Switch Device = new Switch(Renderer, AudioOut); Switch Device = new Switch(Renderer, AudioOut);
Config.Read(Device); Config.Read(Device);
Device.Hid.InitializeJoycons(); Device.Hid.InitializeJoycons();
Device.Log.Updated += ConsoleLog.Log; Device.Log.Updated += ConsoleLog.Log;
if (args.Length == 1) if (args.Length == 1)