namespace Ryujinx.HLE.HOS.Services.Am { class IApplicationCreator : IpcService { public IApplicationCreator() { } } }