mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 07:07:10 +02:00
8 lines
No EOL
164 B
C#
8 lines
No EOL
164 B
C#
namespace Ryujinx.HLE.HOS.Services.Psc
|
|
{
|
|
[Service("psc:m")]
|
|
class IPmService : IpcService
|
|
{
|
|
public IPmService(ServiceCtx context) { }
|
|
}
|
|
} |