8 lines
164 B
C#
8 lines
164 B
C#
namespace Ryujinx.HLE.HOS.Services.Psc
|
|
{
|
|
[Service("psc:m")]
|
|
class IPmService : IpcService
|
|
{
|
|
public IPmService(ServiceCtx context) { }
|
|
}
|
|
} |