deltabeard / Peanut-GB

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

core: Add function to change various core emulator settings on-the-fly #6

Closed deltabeard closed 1 year ago

deltabeard commented 5 years ago

A new function should be written to allow the frontend to turn various settings on and off. These may include:

deltabeard commented 1 year ago

Interlaced mode was added a very long time ago. The other items are related to the APU, which Peanut-GB doesn't have integrated.