9 lines
189 B
C#
9 lines
189 B
C#
namespace Ryujinx.HLE.HOS.Services.Am.Idle
|
|
{
|
|
[Service("idle:sys")]
|
|
class IPolicyManagerSystem : IpcService
|
|
{
|
|
public IPolicyManagerSystem(ServiceCtx context) { }
|
|
}
|
|
}
|