mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-16 10:00:54 -05: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) { }
|
|
}
|
|
} |