ryubing/Ryujinx.HLE/HOS/Services/Caps/IAlbumControlService.cs

8 lines
183 B
C#

namespace Ryujinx.HLE.HOS.Services.Caps
{
[Service("caps:c")]
class IAlbumControlService : IpcService
{
public IAlbumControlService(ServiceCtx context) { }
}
}