mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-21 09:52:40 +00:00
9 lines
181 B
C#
9 lines
181 B
C#
namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd
|
|
{
|
|
[Service("bsdcfg")]
|
|
class ServerInterface : IpcService
|
|
{
|
|
public ServerInterface(ServiceCtx context) { }
|
|
}
|
|
}
|