8 lines
172 B
C#
8 lines
172 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Hid
|
|||
|
{
|
|||
|
[Service("xcd:sys")]
|
|||
|
class ISystemServer : IpcService
|
|||
|
{
|
|||
|
public ISystemServer(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|