libgme / game-music-emu

Blargg's video game music emulation library, which allows audio applications to easily add playback support for the music of many classic video game consoles.
GNU Lesser General Public License v2.1
59 stars 12 forks source link

Blip_Buffer.h: fixed build in c++20 mode. #84

Closed sezero closed 6 months ago

sezero commented 6 months ago

Fixes https://github.com/libgme/game-music-emu/issues/83

Patch proposed by Connor Clark (@connorjclark)

Wohlstand commented 6 months ago

Thanks!