mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-20 01:12:41 +00:00
8 lines
190 B
C#
8 lines
190 B
C#
namespace Ryujinx.HLE.HOS.Services.Sockets.Ethc
|
|
{
|
|
[Service("ethc:i")]
|
|
class IEthInterfaceGroup : IpcService
|
|
{
|
|
public IEthInterfaceGroup(ServiceCtx context) { }
|
|
}
|
|
} |