8 lines
201 B
C#
8 lines
201 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Sdb.Mii
|
|||
|
{
|
|||
|
[Service("miiimg")] // 5.0.0+
|
|||
|
class IImageDatabaseService : IpcService
|
|||
|
{
|
|||
|
public IImageDatabaseService(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|