mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-30 15:06:26 +02:00
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
This commit is contained in:
parent
44862dce3e
commit
fb55f57da7
30 changed files with 238 additions and 56 deletions
|
@ -1,8 +0,0 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Wlan
|
||||
{
|
||||
[Service("wlan:inf")]
|
||||
class IInfraManager : IpcService
|
||||
{
|
||||
public IInfraManager(ServiceCtx context) { }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Wlan
|
||||
{
|
||||
[Service("wlan:lga")]
|
||||
class ILocalGetActionFrame : IpcService
|
||||
{
|
||||
public ILocalGetActionFrame(ServiceCtx context) { }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Wlan
|
||||
{
|
||||
[Service("wlan:lg")]
|
||||
class ILocalGetFrame : IpcService
|
||||
{
|
||||
public ILocalGetFrame(ServiceCtx context) { }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Wlan
|
||||
{
|
||||
[Service("wlan:lcl")]
|
||||
class ILocalManager : IpcService
|
||||
{
|
||||
public ILocalManager(ServiceCtx context) { }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Wlan
|
||||
{
|
||||
[Service("wlan:sg")]
|
||||
class ISocketGetFrame : IpcService
|
||||
{
|
||||
public ISocketGetFrame(ServiceCtx context) { }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Wlan
|
||||
{
|
||||
[Service("wlan:soc")]
|
||||
class ISocketManager : IpcService
|
||||
{
|
||||
public ISocketManager(ServiceCtx context) { }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Wlan
|
||||
{
|
||||
[Service("wlan:dtc")] // 6.0.0+
|
||||
class IUnknown1 : IpcService
|
||||
{
|
||||
public IUnknown1(ServiceCtx context) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue