bsnes/nall
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
..
beat Update to v094r38 release. 2015-08-04 19:01:59 +10:00
database Update to v094r38 release. 2015-08-04 19:01:59 +10:00
decode Update to v094r38 release. 2015-08-04 19:01:59 +10:00
dsp Update to v094r08 release. 2014-02-24 20:39:09 +11:00
emulation Update to v093 release. 2013-08-18 13:21:14 +10:00
encode Update to v094r38 release. 2015-08-04 19:01:59 +10:00
hash Update to v094r09 release. 2015-02-28 12:52:53 +11:00
http Update to v094r38 release. 2015-08-04 19:01:59 +10:00
image Update to v094r43 release. 2015-08-30 12:08:26 +10:00
memory Update to v094r09 release. 2015-02-28 12:52:53 +11:00
mosaic Update to v094r37 release. 2015-07-14 19:32:43 +10:00
posix Update to v094r38 release. 2015-08-04 19:01:59 +10:00
stream Update to v094r12 release. 2015-03-03 21:26:44 +11:00
string Update to v094r39 release. 2015-08-04 19:02:04 +10:00
windows Update to v094r38 release. 2015-08-04 19:01:59 +10:00
xorg Update to v093 release. 2013-08-18 13:21:14 +10:00
GNUmakefile Update to v094r39 release. 2015-08-04 19:02:04 +10:00
algorithm.hpp Update to v094r09 release. 2015-02-28 12:52:53 +11:00
any.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
atoi.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
bit.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
bitvector.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
config.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
directory.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
dl.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
dsp.hpp Update to v093r02 release. 2013-11-09 22:45:54 +11:00
endian.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
file-system-object.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
file.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
filemap.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
function.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
hashset.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
hid.hpp Update to v094r21 release. 2015-05-24 19:44:28 +10:00
image.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
interpolation.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
intrinsics.hpp Update to v094r39 release. 2015-08-04 19:02:04 +10:00
invoke.hpp Update to v094r29 release. 2015-06-22 23:31:49 +10:00
main.hpp Update to v094r29 release. 2015-06-22 23:31:49 +10:00
map.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
matrix.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
maybe.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
memory.hpp Update to v094r09 release. 2015-02-28 12:52:53 +11:00
mosaic.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
nall.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
platform.hpp Update to v094r29 release. 2015-06-22 23:31:49 +10:00
priority-queue.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
property.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
random.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
range.hpp Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
serial.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
serializer.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
service.hpp Update to v094r29 release. 2015-06-22 23:31:49 +10:00
set.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
shared-memory.hpp Update to v094r29 release. 2015-06-22 23:31:49 +10:00
shared-pointer.hpp Update to v094r25 release. 2015-06-16 20:30:04 +10:00
smtp.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
sort.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
stdint.hpp Update to v094r18 release. 2015-05-16 17:37:13 +10:00
stream.hpp Update to v094r09 release. 2015-02-28 12:52:53 +11:00
string.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
thread.hpp Update to v094r29 release. 2015-06-22 23:31:49 +10:00
traits.hpp Update to v094r23 release. 2015-06-16 20:29:47 +10:00
utility.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00
varint.hpp Update to v094r38 release. 2015-08-04 19:01:59 +10:00
vector.hpp Update to v094r37 release. 2015-07-14 19:32:43 +10:00