bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Go to file
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
ananke Update to v094 release. 2014-01-20 19:55:17 +11:00
data Update to v094r24 release. 2015-06-16 20:30:04 +10:00
emulator Update to v094r43 release. 2015-08-30 12:08:26 +10:00
fc Update to v094r39 release. 2015-08-04 19:02:04 +10:00
gb Update to v094r39 release. 2015-08-04 19:02:04 +10:00
gba Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
hiro Update to v094r43 release. 2015-08-30 12:08:26 +10:00
icarus Added icarus 20150821. 2015-08-21 21:29:53 +10:00
libco Update to v094r29 release. 2015-06-22 23:31:49 +10:00
nall Update to v094r43 release. 2015-08-30 12:08:26 +10:00
obj Update to v093 release. 2013-08-18 13:21:14 +10:00
out Update to v094r10 release. 2015-03-03 21:26:44 +11:00
processor Update to v094r38 release. 2015-08-04 19:01:59 +10:00
profile Update to v093 release. 2013-08-18 13:21:14 +10:00
ruby Update to v094r42 release. 2015-08-24 19:42:11 +10:00
sfc Update to v094r40 release. 2015-08-18 20:18:00 +10:00
shaders Update to v094 release. 2014-01-20 19:55:17 +11:00
target-tomoko Update to v094r43 release. 2015-08-30 12:08:26 +10:00
.gitignore Added icarus 20150821. 2015-08-21 21:29:53 +10:00
GNUmakefile Update to v094r24 release. 2015-06-16 20:30:04 +10:00