8 lines
183 B
C#
8 lines
183 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Caps
|
||
|
{
|
||
|
[Service("caps:c")]
|
||
|
class IAlbumControlService : IpcService
|
||
|
{
|
||
|
public IAlbumControlService(ServiceCtx context) { }
|
||
|
}
|
||
|
}
|