mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-05 03:49:17 +00:00
8 lines
191 B
C#
8 lines
191 B
C#
namespace Ryujinx.HLE.HOS.Services.Am.Idle
|
|
{
|
|
[Service("idle:sys")]
|
|
class IPolicyManagerSystem : IpcService
|
|
{
|
|
public IPolicyManagerSystem(ServiceCtx context) { }
|
|
}
|
|
} |