From fb55f57da7cbeb39d12d39a13be16ff602a8fda3 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Wed, 20 Sep 2023 22:55:27 +0200 Subject: Horizon: Migrate wlan and stubs latest services (#5708) * Horizon: Migrate wlan and stubs latest services This PR migrate empty wlan services, values are found by RE. Latest firmwares added some other services which are now stubbed and up-to-date. * Fix imports ordering --- src/Ryujinx.Horizon/ServiceTable.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Ryujinx.Horizon/ServiceTable.cs') diff --git a/src/Ryujinx.Horizon/ServiceTable.cs b/src/Ryujinx.Horizon/ServiceTable.cs index cd443329..fd423aa2 100644 --- a/src/Ryujinx.Horizon/ServiceTable.cs +++ b/src/Ryujinx.Horizon/ServiceTable.cs @@ -3,6 +3,7 @@ using Ryujinx.Horizon.Lbl; using Ryujinx.Horizon.LogManager; using Ryujinx.Horizon.MmNv; using Ryujinx.Horizon.Prepo; +using Ryujinx.Horizon.Wlan; using System.Collections.Generic; using System.Threading; @@ -29,6 +30,7 @@ namespace Ryujinx.Horizon RegisterService(); RegisterService(); RegisterService(); + RegisterService(); _totalServices = entries.Count; -- cgit v1.2.3