IBcatService.cs 214 B

123456789
  1. using Ryujinx.HLE.HOS.Services.Glue;
  2. namespace Ryujinx.HLE.HOS.Services.Bcat
  3. {
  4. class IBcatService : IpcService
  5. {
  6. public IBcatService(ApplicationLaunchProperty applicationLaunchProperty) { }
  7. }
  8. }