mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 20:48:38 +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) { }
|
||
|
}
|
||
|
}
|