mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00

* 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
8 lines
136 B
C#
8 lines
136 B
C#
using Ryujinx.Horizon.Sdk.Wlan;
|
|
|
|
namespace Ryujinx.Horizon.Wlan.Ipc
|
|
{
|
|
partial class SocketManager : ISocketManager
|
|
{
|
|
}
|
|
}
|