ISystemManager.cs 174 B

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