mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-27 06:39:06 +00:00
8 lines
185 B
C#
8 lines
185 B
C#
namespace Ryujinx.HLE.HOS.Services.Caps
|
|
{
|
|
[Service("caps:a")]
|
|
class IAlbumAccessorService : IpcService
|
|
{
|
|
public IAlbumAccessorService(ServiceCtx context) { }
|
|
}
|
|
} |