aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Am/Spsm/IPowerStateInterface.cs
blob: b24acb2478e35dfe9d8880e3351c1c337adb35f7 (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) { }
    }
}