IAlbumControlService.cs 183 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Caps
  2. {
  3. [Service("caps:c")]
  4. class IAlbumControlService : IpcService
  5. {
  6. public IAlbumControlService(ServiceCtx context) { }
  7. }
  8. }