mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-21 09:52:40 +00:00
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) { }
|
|
}
|
|
}
|