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