aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Mii/IImageDatabaseService.cs
blob: a9f76902e14de8765f27ab3a0a90fddd02b192e7 (plain)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Mii
{
    [Service("miiimg")] // 5.0.0+
    class IImageDatabaseService : IpcService
    {
        public IImageDatabaseService(ServiceCtx context) { }
    }
}