IPurchaseEventManager.cs 172 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Ns
  2. {
  3. class IPurchaseEventManager : IpcService
  4. {
  5. // TODO: Implement this
  6. // Size seems to be atleast 0x7a8
  7. }
  8. }