mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-08 20:02:39 +00:00
Address Feedback
This commit is contained in:
parent
d427959cd8
commit
b0753ffe6a
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue