mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-03 04:07:17 +01:00
8 lines
191 B
C#
8 lines
191 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Caps
|
||
|
{
|
||
|
[Service("caps:u")]
|
||
|
class IAlbumApplicationService : IpcService
|
||
|
{
|
||
|
public IAlbumApplicationService(ServiceCtx context) { }
|
||
|
}
|
||
|
}
|