8 lines
172 B
C#
8 lines
172 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Mig
|
|||
|
{
|
|||
|
[Service("mig:usr")] // 4.0.0+
|
|||
|
class IService : IpcService
|
|||
|
{
|
|||
|
public IService(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|