ReleaseCallback.cs 71 B

1234
  1. namespace Ryujinx.Audio
  2. {
  3. public delegate void ReleaseCallback();
  4. }