ISystemUpdateInterface.cs 184 B

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