mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +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
9 lines
148 B
C#
9 lines
148 B
C#
using Ryujinx.Horizon.Sdk.Wlan;
|
|
|
|
namespace Ryujinx.Horizon.Wlan.Ipc
|
|
{
|
|
partial class LocalGetActionFrame : ILocalGetActionFrame
|
|
{
|
|
}
|
|
}
|