Skip to content
  • jdgleaver's avatar
    libretro: Increase size of allocated audio buffer · 691bb621
    jdgleaver authored
    - It turns out that because the nominal size divided by number of channels is an odd number,
      potator can write past the end of the buffer when fetching samples. We therefore need
      additional padding. Note that this error is not detected by ASAN under Linux (!)
    691bb621