IAccountServiceForAdministrator.cs 215 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Account.Acc
  2. {
  3. [Service("acc:su")]
  4. class IAccountServiceForAdministrator : IpcService
  5. {
  6. public IAccountServiceForAdministrator(ServiceCtx context) { }
  7. }
  8. }