bsnes/nall
Tim Allen 0271d6a12b Update to v094r39 release.
byuu says:

Changelog:
- SNES mid-scanline BGMODE fixes finally merged (can run
  atx2.zip{mode7.smc}+mtest(2).sfc properly now)
- Makefile now discards all built-in rules and variables
- switch on bool warning disabled for GCC now as well (was already
  disabled for Clang)
- when loading a game, if any required files are missing, display
  a warning message box (manifest.bml, program.rom, bios.rom, etc)
- when loading a game (or a game slot), if manifest.bml is missing, it
  will invoke icarus to try and generate it
  - if that fails (icarus is missing or the folder is bad), you will get
    a warning telling you that the manifest can't be loaded

The warning prompt on missing files work for both games and the .sys
folders and their files. For some reason, failing to load the DMG/CGB
BIOS is causing a crash before I can display the modal dialog. I have no
idea why, and the stack frame backtrace is junk.

I also can't seem to abort the failed loading process. If I call
Program::unloadMedia(), I get a nasty segfault. Again with a really
nasty stack trace. So for now, it'll just end up sitting there emulating
an empty ROM (solid black screen.) In time, I'd like to fix that too.

Lastly, I need a better method than popen for Windows. popen is kind of
ugly and flashes a console window for a brief second even if the
application launched is linked with -mwindows. Not sure if there even is
one (I need to read the stdout result, so CreateProcess may not work
unless I do something nasty like "> %tmp%/temp") I'm also using the
regular popen instead of _wpopen, so for this WIP, it won't work if your
game folder has non-English letters in the path.
2015-08-04 19:02:04 +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 v094r38 release. 2015-08-04 19:01:59 +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 v094r37 release. 2015-07-14 19:32:43 +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