bsnes/higan/gb
Tim Allen 55e507d5df Update to v098r05 release.
byuu says:

Changelog:
- WS/WSC: re-added support for screen rotation (code is inside WS core)
- ruby: changed sample(uint16_t left, uint16_t right) to sample(int16_t
  left, int16_t right);
  - requires casting to uint prior to shifting in each driver, but
    I felt it was misleading to use uint16_t just to avoid that
- ruby: WASAPI is now built in by default; has wareya's improvements,
  and now supports latency adjust
- tomoko: audio settings panel has new "Exclusive Mode" checkbox for
  WASAPI driver only
  - note: although the setting *does* take effect in real-time, I'd
    suggest restarting the emulator after changing it
- tomoko: audio latency can now be set to 0ms (which in reality means
  "the minimum supported by the driver")
- all: increased cothread size from 512KiB to 2MiB to see if it fixes
  bullshit AMD driver crashes
  - this appears to cause a slight speed penalty due to cache locality
    going down between threads, though
2016-04-18 20:49:45 +10:00
..
apu Update to v097r15 release. 2016-02-16 20:32:49 +11:00
cartridge Update to v097r12 release. 2016-02-08 14:17:59 +11:00
cheat Update to v096r01 release. 2015-12-30 17:54:59 +11:00
cpu Update to v097r13 release. 2016-02-09 22:51:12 +11:00
interface Update to v098r04 release. 2016-04-12 07:29:56 +10:00
memory Update to 20160215 release. 2016-02-16 20:27:55 +11:00
ppu Update to v098r04 release. 2016-04-12 07:29:56 +10:00
scheduler Update to v097r13 release. 2016-02-09 22:51:12 +11:00
system Update to v098r04 release. 2016-04-12 07:29:56 +10:00
GNUmakefile Update to v097r19 release. 2016-03-13 11:22:14 +11:00
gb.hpp Update to v098r05 release. 2016-04-18 20:49:45 +10:00