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) { } } }