namespace Ryujinx.HLE.HOS.Services.Bcat { class IBcatService : IpcService { public IBcatService() { } } }