IContentStorage.cs 133 B

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