mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 19:36:59 +00:00
8 lines
No EOL
176 B
C#
8 lines
No EOL
176 B
C#
namespace Ryujinx.HLE.HOS.Services.Wlan
|
|
{
|
|
[Service("wlan:soc")]
|
|
class ISocketManager : IpcService
|
|
{
|
|
public ISocketManager(ServiceCtx context) { }
|
|
}
|
|
} |