using Ryujinx.HLE.HOS.Services.Glue; namespace Ryujinx.HLE.HOS.Services.Bcat { class IBcatService : IpcService { public IBcatService(ApplicationLaunchProperty applicationLaunchProperty) { } } }