aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Usb/IPmService.cs
blob: 38beee079bea5bb563f62d4aa024669e0a1e13c4 (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) { }
    }
}