mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-24 06:12:02 +00: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
131 B
C#
8 lines
131 B
C#
using Ryujinx.Horizon.Sdk.Sf;
|
|
|
|
namespace Ryujinx.Horizon.Sdk.Wlan
|
|
{
|
|
interface ILocalGetFrame : IServiceObject
|
|
{
|
|
}
|
|
}
|