mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-05 13:52:55 +00:00
9 lines
174 B
C#
9 lines
174 B
C#
namespace Ryujinx.HLE.HOS.Services.Fs
|
|
{
|
|
[Service("fsp-pr")]
|
|
class IProgramRegistry : IpcService
|
|
{
|
|
public IProgramRegistry(ServiceCtx context) { }
|
|
}
|
|
}
|