mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-02 16:21:57 +00:00
8 lines
176 B
C#
8 lines
176 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Ins
|
|||
|
{
|
|||
|
[Service("ins:r")]
|
|||
|
class IReceiverManager : IpcService
|
|||
|
{
|
|||
|
public IReceiverManager(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|