bsnes/higan/ms
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 v106r30 release. 2018-05-28 11:16:27 +10:00
controller Update to v103r05 release. 2017-07-01 16:15:27 +10:00
cpu 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
psg Update to v106r50 release. 2018-07-21 21:06:40 +10:00
system Update to v106r50 release. 2018-07-21 21:06:40 +10:00
vdp Update to v106r36 release. 2018-06-04 12:44:57 +10:00
GNUmakefile Update to v106r26 release. 2018-05-24 12:14:17 +10:00
ms.hpp Update to v103r32 release. 2017-08-12 02:02:09 +10:00