8 lines
174 B
C#
8 lines
174 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Psc
|
|||
|
{
|
|||
|
[Service("psc:l")] // 9.0.0+
|
|||
|
class IPmUnknown : IpcService
|
|||
|
{
|
|||
|
public IPmUnknown(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|