mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-24 02:55:11 +00:00
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) { }
|
||
|
}
|
||
|
}
|