mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 21:52:54 +00:00
9 lines
170 B
C#
9 lines
170 B
C#
namespace Ryujinx.HLE.HOS.Services.Ncm
|
|
{
|
|
[Service("ncm")]
|
|
class IContentManager : IpcService
|
|
{
|
|
public IContentManager(ServiceCtx context) { }
|
|
}
|
|
}
|