mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 12:27:10 +02:00
8 lines
No EOL
191 B
C#
8 lines
No EOL
191 B
C#
namespace Ryujinx.HLE.HOS.Services.Am.Idle
|
|
{
|
|
[Service("idle:sys")]
|
|
class IPolicyManagerSystem : IpcService
|
|
{
|
|
public IPolicyManagerSystem(ServiceCtx context) { }
|
|
}
|
|
} |