IDeliveryCacheStorageService.cs 157 B

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