aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Am/Spsm/IPowerStateInterface.cs
blob: a393f76be4d0e87cc930205672aa896b36a0107a (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Am.Spsm
{
    [Service("spsm")]
    class IPowerStateInterface : IpcService
    {
        public IPowerStateInterface(ServiceCtx context) { }
    }
}