On Mon, May 04, 2020 at 02:25:56PM +, Zane van Iperen wrote:
> Adds support for the soundbank files used by the Pro Pinball series of games.
>
> v13:
> - Increment current_track after reading a packet.
>
> v12: [9]
> - Read packets in a round-robin fashion to
> avoid "Too many packets
Adds support for the soundbank files used by the Pro Pinball series of games.
v13:
- Increment current_track after reading a packet.
v12: [9]
- Read packets in a round-robin fashion to
avoid "Too many packets buffered" errors.
v11: [8]
- Change probe function to be all-or-nothing
v10: