IDebugManager.cs 170 B

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