mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-27 22:59:05 +00:00
9 lines
195 B
C#
9 lines
195 B
C#
namespace Ryujinx.HLE.HOS.Services.Caps
|
|
{
|
|
[Service("caps:sc")]
|
|
class IScreenShotControlService : IpcService
|
|
{
|
|
public IScreenShotControlService(ServiceCtx context) { }
|
|
}
|
|
}
|