Ryujinx/Ryujinx.HLE/HOS/Services/Psc/IPmService.cs

8 lines
164 B
C#

namespace Ryujinx.HLE.HOS.Services.Psc
{
[Service("psc:m")]
class IPmService : IpcService
{
public IPmService(ServiceCtx context) { }
}
}