bsnes/higan/target-bsnes/program
Tim Allen 212da0a966 Update to 20180730 release.
byuu says:

These WIPs-within-WIPs are getting more and more broken ... this isn't
going the way I wanted.

But ... this time around, I've revamped the entire ruby API again, to
solve a bunch of tough problems that have always made using ruby really
clunky.

But there are *so many* ruby drivers that it's going to take a long
time to work through them all. This WIP is only going to run bsnes, and
only on FreeBSD, and only with some drivers.

hiro's Application::initialize() now calls hiro::initialize(), which you
define inside of your hiro apps. This lets you call
Application::setName(...) before anything else in hiro runs. This is
essential on Xorg to set program icons, for instance.

With the ruby rewrite and the change to hiro, I can get away from the
need to make everything in bsnes/higan pointers to objects, and can now
just declare them as regular objects.
2018-07-31 12:23:12 +10:00
..
audio.cpp Update to 20180730 release. 2018-07-31 12:23:12 +10:00
game-pak.cpp Update to v106r42 release. 2018-06-26 13:17:26 +10:00
game-rom.cpp Update to v106r44 release. 2018-06-28 16:28:27 +10:00
game.cpp Update to 20180729 release. 2018-07-29 23:24:38 +10:00
hacks.cpp Update to 20180729 release. 2018-07-29 23:24:38 +10:00
input.cpp Update to 20180730 release. 2018-07-31 12:23:12 +10:00
patch.cpp Update to v106r44 release. 2018-06-28 16:28:27 +10:00
paths.cpp Update to v106r45 release. 2018-07-02 11:57:04 +10:00
platform.cpp Update to 20180730 release. 2018-07-31 12:23:12 +10:00
program.cpp Update to 20180730 release. 2018-07-31 12:23:12 +10:00
program.hpp Update to 20180729 release. 2018-07-29 23:24:38 +10:00
states.cpp Update to 20180729 release. 2018-07-29 23:24:38 +10:00
utility.cpp Update to 20180730 release. 2018-07-31 12:23:12 +10:00
video.cpp Update to 20180730 release. 2018-07-31 12:23:12 +10:00