mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-14 03:27:42 +02:00
8 lines
No EOL
174 B
C#
8 lines
No EOL
174 B
C#
namespace Ryujinx.HLE.HOS.Services.Psc
|
|
{
|
|
[Service("psc:l")] // 9.0.0+
|
|
class IPmUnknown : IpcService
|
|
{
|
|
public IPmUnknown(ServiceCtx context) { }
|
|
}
|
|
} |