deltabeard / Peanut-GB

A Game Boy (DMG) emulator single header library written in C99. Performance is prioritised over accuracy.
https://projects.deltabeard.com/peanutgb/
283 stars 40 forks source link

core: freeze in Pokemon RBY with ENABLE_SOUND=0 #49

Closed deltabeard closed 2 years ago

deltabeard commented 2 years ago

Pokemon Red and Blue (possibly Yellow) will freeze when white out or Pokemon Center heal if the Peanut-GB SDL2 example is compiled without APU emulation (ENABLE_SOUND=0).

Peanut-GB should include barebones audio emulation, or require an APU emulation at build time.

deltabeard commented 2 years ago

Should be fixed in 88723514cb604c8de337d5c1c6b8bb02cfe27be6.