8 lines
215 B
C#
8 lines
215 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Account.Acc
|
|||
|
{
|
|||
|
[Service("acc:su")]
|
|||
|
class IAccountServiceForAdministrator : IpcService
|
|||
|
{
|
|||
|
public IAccountServiceForAdministrator(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|