bsnes-libretro/hiro
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
..
cocoa Update to v106r48 release. 2018-07-16 16:16:26 +10:00
core Update to v106r51 release. 2018-07-21 21:49:48 +10:00
extension Update to v106r48 release. 2018-07-16 16:16:26 +10:00
gtk Update to v106r50 release. 2018-07-21 21:06:40 +10:00
platform Update to v094r13 release. 2015-03-07 21:21:47 +11:00
qt Update to v106r50 release. 2018-07-21 21:06:40 +10:00
reference Update to v099r15 release. 2016-07-04 21:48:17 +10:00
resource Update to v106r09 release. 2018-03-05 15:34:07 +11:00
windows Update to v106r48 release. 2018-07-16 16:16:26 +10:00
components.hpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
GNUmakefile Update to v106r48 release. 2018-07-16 16:16:26 +10:00
hiro.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
hiro.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00