mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 07:37:12 +02:00
8 lines
No EOL
172 B
C#
8 lines
No EOL
172 B
C#
namespace Ryujinx.HLE.HOS.Services.Ncm
|
|
{
|
|
[Service("ncm")]
|
|
class IContentManager : IpcService
|
|
{
|
|
public IContentManager(ServiceCtx context) { }
|
|
}
|
|
} |