bsnes/higan
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
..
audio Update to v106r50 release. 2018-07-21 21:06:40 +10:00
emulator Update to v106r51 release. 2018-07-21 21:49:48 +10:00
fc Update to v106r51 release. 2018-07-21 21:49:48 +10:00
gb Update to v106r51 release. 2018-07-21 21:49:48 +10:00
gba Update to v106r50 release. 2018-07-21 21:06:40 +10:00
md Update to v106r51 release. 2018-07-21 21:49:48 +10:00
ms Update to v106r51 release. 2018-07-21 21:49:48 +10:00
obj Ignore generated file dependency information. 2018-05-25 18:07:03 +10:00
out Update to v106r25 release. 2018-05-23 13:45:24 +10:00
pce Update to v106r51 release. 2018-07-21 21:49:48 +10:00
processor Update to v106r47 release. 2018-07-14 13:59:29 +10:00
resource Update to v106r24 release. 2018-05-20 14:39:29 +10:00
sfc Update to v106r51 release. 2018-07-21 21:49:48 +10:00
systems Update to v106r42 release. 2018-06-26 13:17:26 +10:00
target-bsnes Update to v106r51 release. 2018-07-21 21:49:48 +10:00
target-higan Update to v106r51 release. 2018-07-21 21:49:48 +10:00
video Update to v106r50 release. 2018-07-21 21:06:40 +10:00
ws Update to v106r50 release. 2018-07-21 21:06:40 +10:00
GNUmakefile Update to v106r50 release. 2018-07-21 21:06:40 +10:00