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