bsnes/higan/sfc
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
..
cartridge Update to v106r44 release. 2018-06-28 16:28:27 +10:00
controller Update to v103r05 release. 2017-07-01 16:15:27 +10:00
coprocessor Update to v106r50 release. 2018-07-21 21:06:40 +10:00
cpu Update to v106r50 release. 2018-07-21 21:06:40 +10:00
dsp Update to v106r40 release. 2018-06-11 14:50:18 +10:00
expansion Update to v106r30 release. 2018-05-28 11:16:27 +10:00
interface Update to v106r51 release. 2018-07-21 21:49:48 +10:00
memory Update to v106r30 release. 2018-05-28 11:16:27 +10:00
ppu Update to v106r49 release. 2018-07-19 19:01:44 +10:00
ppu-fast Update to v106r47 release. 2018-07-14 13:59:29 +10:00
slot Update to v106r20 release. 2018-05-15 00:13:30 +10:00
smp Update to v106r49 release. 2018-07-19 19:01:44 +10:00
system Update to v106r50 release. 2018-07-21 21:06:40 +10:00
GNUmakefile Update to v106r40 release. 2018-06-11 14:50:18 +10:00
sfc.hpp Update to v106r42 release. 2018-06-26 13:17:26 +10:00