bsnes/hiro/core
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
..
action Update to v106r47 release. 2018-07-14 13:59:29 +10:00
widget Update to v106r47 release. 2018-07-14 13:59:29 +10:00
alignment.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
application.cpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
browser-window.cpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
color.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
core.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
core.hpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
cursor.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
desktop.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
font.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
geometry.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
gradient.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
group.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
hotkey.cpp Update to higan and icarus v095r15 release. 2015-12-19 20:02:06 +11:00
keyboard.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
lock.hpp Update to v106r48 release. 2018-07-16 16:16:26 +10:00
menu-bar.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
message-window.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
monitor.cpp Update to v106r46 release. 2018-07-08 14:58:27 +10:00
mouse.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
object.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
popup-menu.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
position.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
property.cpp Update to v095r06 release. 2015-11-14 11:52:51 +11:00
shared.hpp Update to v106r51 release. 2018-07-21 21:49:48 +10:00
sizable.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
size.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
status-bar.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
timer.cpp Update to v094r25 release. 2015-06-16 20:30:04 +10:00
window.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00