mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-08 00:43:04 +00:00
Address Feedback
This commit is contained in:
parent
d427959cd8
commit
b0753ffe6a
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue