IShopServiceManager.cs 184 B

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