aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Usb/IPmService.cs
blob: ed6bba694409b097c8c30f5428c10b67fa7ce1b0 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Usb
{
    [Service("usb:pm")]
    class IPmService : IpcService
    {
        public IPmService(ServiceCtx context) { }
    }
}