IScreenShotControlService.cs 197 B

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