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