bsnes/higan/ws/apu
Tim Allen 35ff15f83e Update to v106r50 release.
byuu says:

Changelog:

  - emulator/video,audio: various cleanups
  - emulator/audio: removed reverb effect (it breaks very badly on
    high-frequency systems)
  - emulator/audio: the Nyquist anti-aliasing lowpass filter is now
    generated automatically instead of set per-core
      - at 44.1KHz output, it's set to 22KHz; at 48KHz, it's set to
        22KHz; at 96KHz, it's set to 25KHz
      - this filter now takes the bsnes emulation speed setting into
        account
  - all system/video.cpp files removed; inlined in System::power() and
    Interface::set() instead
  - sfc/cpu: pre-compute `HTIME` as `HTIME+1<<2` for faster comparisons of
    HIRQs
  - sfc/cpu: re-add check to block IRQs on the last dot of each frame
    (minor speed hit)
  - hiro/gtk3: fixed headers for Linux compilation finally
  - hiro/gtk,qt: fixed settings.cpp logic so initial values are used
    when no settings.bml file exists
  - hiro/gtk: started a minor experiment to specify theming information
    in settings.bml files
  - nall/dsp: allow the precision type (double) to be overridden (to
    float)
  - nall: add some helpers for generating pre-compiled headers
      - it was a failure to try using them for higan, however ...
  - nall: add some helpers for reading fallback values from empty
    `Markup::Node[search]` statements

Todo:

  - CRITICAL: a lot of my IRQ/NMI/HDMA timing tests are failing with the
    fast PPU ... need to figure out why
  - space between Emulator::video functions and Emulator::audio
    functions in gb/system/system.cpp
  - remove Audio/Reverb/Enable from settings.bml in target-bsnes
2018-07-21 21:06:40 +10:00
..
apu.cpp Update to v106r50 release. 2018-07-21 21:06:40 +10:00
apu.hpp Update to v098r06 release. 2016-04-22 23:35:51 +10:00
channel1.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
channel2.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
channel3.cpp Update to v097r27 release. 2016-03-19 18:35:25 +11:00
channel4.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
channel5.cpp Update to v097r27 release. 2016-03-19 18:35:25 +11:00
dma.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
io.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
serialization.cpp Update to v097r29 release. 2016-03-26 12:56:15 +11:00