bsnes/hiro/qt/widget
Tim Allen 0c87bdabed Update to v094r43 release.
byuu says:

Updated to compile with all of the new hiro changes. My next step is to
write up hiro API documentation, and move the API from alpha (constantly
changing) to beta (rarely changing), in preparation for the first stable
release (backward-compatible changes only.)

Added "--fullscreen" command-line option. I like this over
a configuration file option. Lets you use the emulator in both modes
without having to modify the config file each time.

Also enhanced the command-line game loading. You can now use any of
these methods:

    higan /path/to/game-folder.sfc
    higan /path/to/game-folder.sfc/
    higan /path/to/game-folder.sfc/program.rom

The idea is to support launchers that insist on loading files only.

Technically, the file can be any name (manifest.bml also works); the
only criteria is that the file actually exists and is a file, and not
a directory. This is a requirement to support the first version (a
directory lacking the trailing / identifier), because I don't want my
nall::string class to query the file system to determine if the string
is an actual existing file or directory for its pathname() / dirname()
functions.

Anyway, every game folder I've made so far has program.rom, and that's
very unlikely to change, so this should be fine.

Now, of course, if you drop a regular "game.sfc" file on the emulator,
it won't even try to load it, unless it's in a folder that ends in .fc,
.sfc, etc. In which case, it'll bail out immediately by being unable to
produce a manifest for what is obviously not really a game folder.
2015-08-30 12:08:26 +10:00
..
button.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
button.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
canvas.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
canvas.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
check-button.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
check-button.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
check-label.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
check-label.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
combo-button-item.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
combo-button-item.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
combo-button.cpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
combo-button.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
console.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
frame.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
frame.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
hex-edit.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
hex-edit.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
horizontal-scroll-bar.cpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
horizontal-scroll-bar.hpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
horizontal-slider.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
horizontal-slider.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
icon-view.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
label.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
label.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
line-edit.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
line-edit.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
list-view-cell.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view-cell.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view-column.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view-column.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view-header.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
list-view-header.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
list-view-item.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view-item.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view.hpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
progress-bar.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
progress-bar.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
radio-button.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
radio-button.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
radio-label.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
radio-label.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
tab-frame-item.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
tab-frame-item.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
tab-frame.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
tab-frame.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
text-edit.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
text-edit.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
vertical-scroll-bar.cpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
vertical-scroll-bar.hpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
vertical-slider.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
vertical-slider.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
viewport.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
viewport.hpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
widget.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
widget.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00