mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-30 18:42:55 +00:00
9 lines
128 B
C#
9 lines
128 B
C#
using Ryujinx.Horizon.Sdk.Sf;
|
|
|
|
namespace Ryujinx.Horizon.Sdk.Wlan
|
|
{
|
|
interface ILocalGetFrame : IServiceObject
|
|
{
|
|
}
|
|
}
|