mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-26 17:10:51 +01:00
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) { }
|
|||
|
}
|
|||
|
}
|