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