IAccountServiceForSystemService.cs 215 B

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