IAmManager.cs 165 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Nfc
  2. {
  3. [Service("nfc:am")]
  4. class IAmManager : IpcService
  5. {
  6. public IAmManager(ServiceCtx context) { }
  7. }
  8. }