8 lines
163 B
C#
8 lines
163 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Am.Tcap
|
|||
|
{
|
|||
|
[Service("tcap")]
|
|||
|
class IManager : IpcService
|
|||
|
{
|
|||
|
public IManager(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|