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