8 lines
180 B
C#
8 lines
180 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Sockets.Ethc
|
|||
|
{
|
|||
|
[Service("ethc:c")]
|
|||
|
class IEthInterface : IpcService
|
|||
|
{
|
|||
|
public IEthInterface(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|