IShopServiceAccessServerInterface.cs 222 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Nim
  2. {
  3. [Service("nim:eca")] // 5.0.0+
  4. class IShopServiceAccessServerInterface : IpcService
  5. {
  6. public IShopServiceAccessServerInterface(ServiceCtx context) { }
  7. }
  8. }