bsnes/higan/gb
Tim Allen 0aedb3430c Update to v106r51 release.
byuu says:

Changelog:

  - added `Emulator::Interface::connected(uint port) -> uint device;`
  - higan, bsnes: updated emulators to use the new
    Emulator::Interface::connected() function
  - hiro: fixed Object::cast<T> finally

So, Emulator::Interface::connected() solves two annoying problems at the
same time.

First, on first run of the emulator when the settings file is blank, it
will retrieve the default "sane" device ID, which is usually a gamepad
for a controller port, or nothing for an expansion/extension port.

Second, if you were to select a multi-port device, like the NES Four
Score, the core will set the other port to the Four Score device as
well, and the GUIs query connected() right after any call to connect(),
so it gets updated without needing a system for the emulation core to
send messages alerting the GUI of changes.
2018-07-21 21:49:48 +10:00
..
apu Update to v106r50 release. 2018-07-21 21:06:40 +10:00
cartridge Update to v106r30 release. 2018-05-28 11:16:27 +10:00
cpu Update to v106r48 release. 2018-07-16 16:16:26 +10:00
interface Update to v106r50 release. 2018-07-21 21:06:40 +10:00
memory Update to v100r03 release. 2016-07-10 15:28:26 +10:00
ppu Update to v106r30 release. 2018-05-28 11:16:27 +10:00
system Update to v106r51 release. 2018-07-21 21:49:48 +10:00
GNUmakefile Update to v106r26 release. 2018-05-24 12:14:17 +10:00
gb.hpp Update to v102r06 release. 2017-02-11 10:56:42 +11:00