IBcatService.cs 125 B

1234567
  1. namespace Ryujinx.HLE.HOS.Services.Bcat
  2. {
  3. class IBcatService : IpcService
  4. {
  5. public IBcatService() { }
  6. }
  7. }